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

Function newAsyncCallState

interpreter/async.go:251–259  ·  view source on GitHub ↗
(id int64, function, overload string, argVals []ref.Val, impl functions.AsyncOp)

Source from the content-addressed store, hash-verified

249}
250
251func newAsyncCallState(id int64, function, overload string, argVals []ref.Val, impl functions.AsyncOp) *asyncCallState {
252 return &asyncCallState{
253 id: id,
254 function: function,
255 overload: overload,
256 argVals: argVals,
257 impl: impl,
258 }
259}
260
261// asyncCallState tracks the result of a single async function call across multiple re-evaluations.
262type asyncCallState struct {

Callers 2

getOrCreateMethod · 0.85

Calls

no outgoing calls

Tested by 1