Skip to main content

eval_comparison

Function eval_comparison 

Source
pub fn eval_comparison(
    obj: &dyn ObjectView,
    c: &Comparison,
    store: Option<&ObjectStore>,
) -> bool
Expand description

Evaluate a single Comparison against a single object, dereferencing through store where the path requires it. Honors the leaf’s negated flag.