OnCallStarted is called when an asynchronous function is first launched.
(callID int64, function, overload string, args []ref.Val)
| 48 | type 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 | } |
no outgoing calls
no test coverage detected