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

Method Env

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

Env returns the rule environment for the match compiler.

()

Source from the content-addressed store, hash-verified

199type MatchCompiler interface {
200 // Env returns the rule environment for the match compiler.
201 Env() *cel.Env
202 // RelSource returns a RelativeSource for a given expression id.
203 RelSource(ValueString) *RelativeSource
204 // ReportErrorAtID reports an error at the given expression id.

Callers 1

Implementers 1

matchCompilerImplpolicy/compiler.go

Calls

no outgoing calls

Tested by

no test coverage detected