Skip to main content

flag__evaluation__key

Function flag__evaluation__key 

Source
pub fn flag__evaluation__key(value: &str) -> String
Expand description

Instantiates the <key> placeholder in the attribute FLAG__EVALUATION__KEY (flag.evaluation.<key>) with a concrete value.

ยงExample

use relay_conventions::interpolate::flag__evaluation__key;
assert_eq!(flag__evaluation__key("foobar"), "flag.evaluation.foobar");