Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
245
func
(b *dynamicBlock) clearSlots(sa *dynamicSlotActivation) {
246
sa.reset()
247
b.slotActivationPool.Put(sa)
248
}
249
250
type
slotVal
struct
{
251
value *ref.Val
Callers
1
Exec
Method · 0.95
Calls
1
reset
Method · 0.45
Tested by
no test coverage detected