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

Method IsLocalVariable

interpreter/interpreter.go:118–118  ·  view source on GitHub ↗
(name string)

Source from the content-addressed store, hash-verified

116// whether a variable name is local to this scope.
117type localVariableHolder interface {
118 IsLocalVariable(name string) bool
119}
120
121// evalStateFactory holds a reference to a factory function that produces an EvalState instance.

Callers 5

IsLocalVariableMethod · 0.65
IsLocalVariableMethod · 0.65
IsLocalVariableMethod · 0.65

Implementers 3

hierarchicalActivationinterpreter/activation.go
folderinterpreter/interpretable.go
ExecutionFrameinterpreter/frame.go

Calls

no outgoing calls

Tested by 1