Skip to main content

extract_param_references

Function extract_param_references 

Source
pub fn extract_param_references(yaml: &str) -> Vec<String>
Expand description

Extract the set of parameter references from a YAML string. Returns paths like “dashboard_filters.region” or “top_n”.