Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cel-expr/cel-go
/ create
Method
create
interpreter/async.go:416–418 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
414
}
415
416
func
(pool *asyncCallTrackerPool) create() *asyncCallStateTracker {
417
return
pool.Get().(*asyncCallStateTracker)
418
}
419
420
func
(pool *asyncCallTrackerPool) release(tracker *asyncCallStateTracker) {
421
if
tracker == nil {
Callers
nothing calls this directly
Calls
1
Get
Method · 0.65
Tested by
no test coverage detected