MCPcopy 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
416func (pool *asyncCallTrackerPool) create() *asyncCallStateTracker {
417 return pool.Get().(*asyncCallStateTracker)
418}
419
420func (pool *asyncCallTrackerPool) release(tracker *asyncCallStateTracker) {
421 if tracker == nil {

Callers

nothing calls this directly

Calls 1

GetMethod · 0.65

Tested by

no test coverage detected