FileExpression is an InputExpression which loads a CEL expression or policy from a file.
| 483 | |
| 484 | // FileExpression is an InputExpression which loads a CEL expression or policy from a file. |
| 485 | type FileExpression struct { |
| 486 | Path string |
| 487 | } |
| 488 | |
| 489 | // CreateAST creates a CEL AST from a file using the provided compiler: |
| 490 | // - All policy metadata options are executed using the policy metadata map to extend the |
nothing calls this directly
no outgoing calls
no test coverage detected