Skip to main content

validate_strict_mode_value

Function validate_strict_mode_value 

Source
pub fn validate_strict_mode_value(
    key: &str,
    value: &Value,
    span: Span,
) -> Result<(), QqlError>
Expand description

Type-checks one strict-mode config option by shape (ranges are enforced at plan time so hand-built ASTs fail closed there too).