| 220 | } |
| 221 | |
| 222 | type matchCompilerImpl struct { |
| 223 | env *cel.Env |
| 224 | c *compiler |
| 225 | iss *cel.Issues |
| 226 | } |
| 227 | |
| 228 | // Env returns the current environment available to the match expression being compiled. |
| 229 | func (mc *matchCompilerImpl) Env() *cel.Env { |
nothing calls this directly
no outgoing calls
no test coverage detected