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

Function newAsyncCallStateTracker

interpreter/async.go:130–135  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

128}
129
130func newAsyncCallStateTracker() *asyncCallStateTracker {
131 return &asyncCallStateTracker{
132 calls: make(map[uint64][]*asyncCallState),
133 callsByID: make(map[int64]*asyncCallState),
134 }
135}
136
137var (
138 hashZeroMarker = []byte{0}

Calls

no outgoing calls