Env returns the rule environment for the match compiler.
()
| 199 | type MatchCompiler interface { |
| 200 | // Env returns the rule environment for the match compiler. |
| 201 | Env() *cel.Env |
| 202 | // RelSource returns a RelativeSource for a given expression id. |
| 203 | RelSource(ValueString) *RelativeSource |
| 204 | // ReportErrorAtID reports an error at the given expression id. |
no outgoing calls
no test coverage detected