Skip to main content

eval_node

Function eval_node 

Source
fn eval_node(node: &Node, state: &EvalState<'_>) -> bool
Expand description

Evaluates a node left-to-right with short-circuiting. Absent vars evaluate as empty string (absent address for ipmatch), and a JSONPath subject over an empty or unparsable body matches zero nodes.