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

Method ResolveName

interpreter/frame.go:180–182  ·  view source on GitHub ↗

ResolveName implements the Activation interface by proxying to the internal activation.

(name string)

Source from the content-addressed store, hash-verified

178
179// ResolveName implements the Activation interface by proxying to the internal activation.
180func (f *ExecutionFrame) ResolveName(name string) (any, bool) {
181 return f.Activation.ResolveName(name)
182}
183
184// Parent implements the Activation interface by proxying to the internal activation.
185func (f *ExecutionFrame) Parent() Activation {

Callers

nothing calls this directly

Calls 1

ResolveNameMethod · 0.65

Tested by

no test coverage detected