resolve_dotted_from_table

Function resolve_dotted_from_table 

Source
pub fn resolve_dotted_from_table(
    name: &str,
    variables: &HashMap<String, Value>,
) -> Value
Expand description

Resolve a dotted identifier like “a.b.c” from a variable table. Returns Value::Null if resolution fails at any step.