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

Method getByID

interpreter/async.go:245–249  ·  view source on GitHub ↗
(callID int64)

Source from the content-addressed store, hash-verified

243}
244
245func (t *asyncCallStateTracker) getByID(callID int64) *asyncCallState {
246 t.mu.RLock()
247 defer t.mu.RUnlock()
248 return t.callsByID[callID]
249}
250
251func newAsyncCallState(id int64, function, overload string, argVals []ref.Val, impl functions.AsyncOp) *asyncCallState {
252 return &asyncCallState{

Callers 5

AsyncCallMethod · 0.80

Calls

no outgoing calls