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

Method OnCallFinished

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

OnCallFinished is called when an asynchronous function completes.

(callID int64, function, overload string, res ref.Val)

Source from the content-addressed store, hash-verified

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}
54
55// AsyncCall describes a pending or completed asynchronous function call.

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