pub fn judge(
ctx: &GateCtx,
args: &[String],
key: &str,
allowed: &[&str],
rule: RuleId,
) -> GateResultExpand description
Judge one axis across every record under the resolved roots.
ยงErrors
crate::gates::GateError::Io when a record cannot be read.