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.
pub fn lookup_function<'a, V>(
table: &'a HashMap<&str, V>,
function: &FunctionCallNode<'_>,
) -> TemplateParseResult<&'a V>
Looks up table
by the given function name.