after is called after the call has completed. after cannot return an error, so any failures should be reported via output parameters.
(*callInfo, *csAttempt)
| 239 | // after is called after the call has completed. after cannot return an |
| 240 | // error, so any failures should be reported via output parameters. |
| 241 | after(*callInfo, *csAttempt) |
| 242 | } |
| 243 | |
| 244 | // EmptyCallOption does not alter the Call configuration. |
no outgoing calls
no test coverage detected