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

Method Resolve

interpreter/interpretable.go:112–112  ·  view source on GitHub ↗

Resolve returns the value of the Attribute given the current Activation.

(Activation)

Source from the content-addressed store, hash-verified

110
111 // Resolve returns the value of the Attribute given the current Activation.
112 Resolve(Activation) (any, error)
113}
114
115// InterpretableCall interface for inspecting Interpretable instructions related to function calls.

Callers 4

ExecMethod · 0.65
ExecMethod · 0.65
ExecMethod · 0.65
ResolveMethod · 0.65

Implementers 1

evalAttrinterpreter/interpretable.go

Calls

no outgoing calls

Tested by

no test coverage detected