MCPcopy Create free account
hub / github.com/cel-expr/cel-go / matchCompilerImpl

Struct matchCompilerImpl

policy/compiler.go:208–212  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

206}
207
208type 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.
215func (mc *matchCompilerImpl) Env() *cel.Env {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected