()
| 652 | } |
| 653 | |
| 654 | func (handler *RpcResponseHandler) GetSource() string { |
| 655 | return handler.source |
| 656 | } |
| 657 | |
| 658 | func (handler *RpcResponseHandler) GetIngressLinkId() baseds.LinkId { |
| 659 | return handler.ingressLinkId |
no outgoing calls
no test coverage detected