Skip to main content

judge

Function judge 

Source
pub fn judge(
    ctx: &GateCtx,
    args: &[String],
    key: &str,
    allowed: &[&str],
    rule: RuleId,
) -> GateResult
Expand description

Judge one axis across every record under the resolved roots.

ยงErrors

crate::gates::GateError::Io when a record cannot be read.