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

Method OnCallStarted

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

OnCallStarted is called when an asynchronous function is first launched.

(callID int64, function, overload string, args []ref.Val)

Source from the content-addressed store, hash-verified

48type AsyncObserver interface {
49 // OnCallStarted is called when an asynchronous function is first launched.
50 OnCallStarted(callID int64, function, overload string, args []ref.Val)
51 // OnCallFinished is called when an asynchronous function completes.
52 OnCallFinished(callID int64, function, overload string, res ref.Val)
53}

Callers 1

launchMethod · 0.65

Implementers 3

recordingObserverWithCallbackinterpreter/async_test.go
recordingObserverinterpreter/async_test.go
countingObservercel/program_async_test.go

Calls

no outgoing calls

Tested by

no test coverage detected