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

Method reset

ext/bindings.go:289–296  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

287}
288
289func (sa *dynamicSlotActivation) reset() {
290 sa.Activation = nil
291 sa.frame = nil
292 for _, sv := range sa.slotVals {
293 sv.visited = false
294 sv.value = nil
295 }
296}
297
298func newConstantBlock(slots traits.Lister, expr interpreter.InterpretableV2) interpreter.InterpretableV2 {
299 count := slots.Size().(types.Int)

Callers 1

clearSlotsMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected