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

Method validatedDeclarations

checker/env.go:319–321  ·  view source on GitHub ↗

validatedDeclarations returns a reference to the validated variable and function declaration scope stack. must be copied before use.

()

Source from the content-addressed store, hash-verified

317// validatedDeclarations returns a reference to the validated variable and function declaration scope stack.
318// must be copied before use.
319func (e *Env) validatedDeclarations() *Scopes {
320 return e.declarations
321}
322
323// enterScope creates a new Env instance with a new innermost declaration scope.
324func (e *Env) enterScope() *Env {

Callers 2

ValidatedDeclarationsFunction · 0.80

Calls

no outgoing calls

Tested by 1