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

Struct matchCompilerImpl

policy/compiler.go:222–226  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

220}
221
222type 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.
229func (mc *matchCompilerImpl) Env() *cel.Env {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected