CompiledExpression is an InputExpression which loads a CheckedExpr from a file.
| 462 | |
| 463 | // CompiledExpression is an InputExpression which loads a CheckedExpr from a file. |
| 464 | type CompiledExpression struct { |
| 465 | Path string |
| 466 | } |
| 467 | |
| 468 | // CreateAST creates a CEL AST from a checked expression file. |
| 469 | // The file must be in one of the following formats: |
nothing calls this directly
no outgoing calls
no test coverage detected