()
| 731 | } |
| 732 | |
| 733 | func (handler *RpcResponseHandler) IsCanceled() bool { |
| 734 | return handler.canceled.Load() |
| 735 | } |
| 736 | |
| 737 | func (handler *RpcResponseHandler) close() { |
| 738 | cancelFn := handler.contextCancelFn.Load() |
no outgoing calls
no test coverage detected