Env returns the rule environment for the match compiler.
()
| 213 | type MatchCompiler interface { |
| 214 | // Env returns the rule environment for the match compiler. |
| 215 | Env() *cel.Env |
| 216 | // RelSource returns a RelativeSource for a given expression id. |
| 217 | RelSource(ValueString) *RelativeSource |
| 218 | // ReportErrorAtID reports an error at the given expression id. |
no outgoing calls
no test coverage detected