CreateAST creates a CEL AST from the input expression using the provided compiler.
(Compiler)
| 458 | type InputExpression interface { |
| 459 | // CreateAST creates a CEL AST from the input expression using the provided compiler. |
| 460 | CreateAST(Compiler) (*cel.Ast, map[string]any, error) |
| 461 | } |
| 462 | |
| 463 | // CompiledExpression is an InputExpression which loads a CheckedExpr from a file. |
no outgoing calls
no test coverage detected