| 435 | } |
| 436 | |
| 437 | type recordingObserverWithCallback struct { |
| 438 | onFinished func(callID int64, function, overload string, res ref.Val) |
| 439 | } |
| 440 | |
| 441 | func (o *recordingObserverWithCallback) OnCallStarted(callID int64, function, overload string, args []ref.Val) { |
| 442 | } |
nothing calls this directly
no outgoing calls
no test coverage detected