| 206 | } |
| 207 | |
| 208 | type matchCompilerImpl struct { |
| 209 | env *cel.Env |
| 210 | c *compiler |
| 211 | iss *cel.Issues |
| 212 | } |
| 213 | |
| 214 | // Env returns the current environment available to the match expression being compiled. |
| 215 | func (mc *matchCompilerImpl) Env() *cel.Env { |
nothing calls this directly
no outgoing calls
no test coverage detected