OnCallFinished is called when an asynchronous function completes.
(callID int64, function, overload string, res ref.Val)
| 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. |
no outgoing calls
no test coverage detected