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

Method Unwrap

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

Unwrap returns the Activation which omits local state.

()

Source from the content-addressed store, hash-verified

111type activationWrapper interface {
112 // Unwrap returns the Activation which omits local state.
113 Unwrap() Activation
114}
115
116// evalStateFactory holds a reference to a factory function that produces an EvalState instance.

Callers 6

TestFolderActivationFunction · 0.65
findFrameFunction · 0.65
ResolveMethod · 0.65
TestFrameUnwrapFunction · 0.65
getErrorExprIDFunction · 0.65
conformanceTestFunction · 0.65

Implementers 8

hierarchicalActivationinterpreter/activation.go
testActivationWrapperinterpreter/interpreter_test.go
folderinterpreter/interpretable.go
ExecutionFrameinterpreter/frame.go
parseFormatErrorext/formatting.go
dynamicSlotActivationext/bindings.go
constantSlotActivationext/bindings.go
Errcommon/types/err.go

Calls

no outgoing calls

Tested by 3

TestFolderActivationFunction · 0.52
TestFrameUnwrapFunction · 0.52
conformanceTestFunction · 0.52