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

Method clearSlots

ext/bindings.go:245–248  ·  view source on GitHub ↗
(sa *dynamicSlotActivation)

Source from the content-addressed store, hash-verified

243}
244
245func (b *dynamicBlock) clearSlots(sa *dynamicSlotActivation) {
246 sa.reset()
247 b.slotActivationPool.Put(sa)
248}
249
250type slotVal struct {
251 value *ref.Val

Callers 1

ExecMethod · 0.95

Calls 1

resetMethod · 0.45

Tested by

no test coverage detected