pub fn eval_comparison(
obj: &dyn ObjectView,
c: &Comparison,
store: Option<&ObjectStore>,
) -> boolExpand description
Evaluate a single Comparison against a single object, dereferencing through
store where the path requires it. Honors the leaf’s negated flag.