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

Method CallID

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

CallID returns the unique identifier for this async call invocation.

()

Source from the content-addressed store, hash-verified

56type AsyncCall interface {
57 // CallID returns the unique identifier for this async call invocation.
58 CallID() int64
59 // Function returns the name of the function being called.
60 Function() string
61 // Overload returns the specific overload ID being invoked.

Implementers 2

asyncCallStateinterpreter/async.go
mockAsyncCallcel/async/async_test.go

Calls

no outgoing calls