Function jj_cli::template_parser::lookup_function
source ยท pub fn lookup_function<'a, V>(
table: &'a HashMap<&str, V>,
function: &FunctionCallNode<'_>,
) -> TemplateParseResult<&'a V>Expand description
Looks up table by the given function name.