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

Method release

interpreter/frame.go:227–235  ·  view source on GitHub ↗
(activation Activation)

Source from the content-addressed store, hash-verified

225}
226
227func (pool *activationStackPool) release(activation Activation) {
228 h, ok := activation.(*hierarchicalActivation)
229 if !ok || !h.poolAllocated {
230 return
231 }
232 h.parent = nil
233 h.child = nil
234 pool.Pool.Put(h)
235}
236
237func newActivationStackPool() *activationStackPool {
238 return &activationStackPool{

Callers 2

CloseMethod · 0.45
PopMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected