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

Struct evalAsyncFunc

interpreter/async.go:66–72  ·  view source on GitHub ↗

evalAsyncFunc is the planned Interpretable for an asynchronous function call.

Source from the content-addressed store, hash-verified

64
65// evalAsyncFunc is the planned Interpretable for an asynchronous function call.
66type evalAsyncFunc struct {
67 id int64
68 function string
69 overload string
70 args []InterpretableV2
71 impl functions.AsyncOp
72}
73
74// ID implements the Interpretable interface method.
75func (fn *evalAsyncFunc) ID() int64 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected