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

Struct testActivationWrapper

interpreter/interpreter_test.go:2722–2725  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2720}
2721
2722type testActivationWrapper struct {
2723 Activation
2724 name string
2725}
2726
2727func (tw *testActivationWrapper) Unwrap() Activation {
2728 return tw.Activation

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected