Function evaluate_ast

Source
pub fn evaluate_ast(ast: String) -> String
Expand description

Evaluate a CEL expression with the given AST without any context @param ast The AST of the expression, serialized as JSON. This AST should contain already resolved dynamic variables. @return The result of the evaluation, either “true” or “false”