()
| 552 | } |
| 553 | |
| 554 | func (handler *RpcRequestHandler) Context() context.Context { |
| 555 | return handler.ctx |
| 556 | } |
| 557 | |
| 558 | func (handler *RpcRequestHandler) SendCancel(ctx context.Context) error { |
| 559 | defer func() { |
no outgoing calls
no test coverage detected