fn eval_node(node: &Node, state: &EvalState<'_>) -> boolExpand 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.