Skip to main content

compile_check

Function compile_check 

Source
pub fn compile_check(expr: &str) -> Result<(), String>
Expand description

Compile-check an expression (define/parse-time validation): length cap + full CEL parse. Err carries the parser’s message for the author.