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

Struct emptyActivation

interpreter/activation.go:43–43  ·  view source on GitHub ↗

emptyActivation is a variable-free activation.

Source from the content-addressed store, hash-verified

41
42// emptyActivation is a variable-free activation.
43type emptyActivation struct{}
44
45func (emptyActivation) ResolveName(string) (any, bool) { return nil, false }
46func (emptyActivation) Parent() Activation { return nil }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected