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

Method Env

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

Env returns the rule environment for the match compiler.

()

Source from the content-addressed store, hash-verified

213type MatchCompiler interface {
214 // Env returns the rule environment for the match compiler.
215 Env() *cel.Env
216 // RelSource returns a RelativeSource for a given expression id.
217 RelSource(ValueString) *RelativeSource
218 // 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