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

Struct dynamicSlotActivation

ext/bindings.go:255–261  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

253}
254
255type dynamicSlotActivation struct {
256 cel.Activation
257 frame *interpreter.ExecutionFrame
258 slotExprs []interpreter.InterpretableV2
259 slotCount int
260 slotVals []*slotVal
261}
262
263// Unwrap returns the underlying activation.
264func (sa *dynamicSlotActivation) Unwrap() cel.Activation {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected