(output: Self::Output)
| 513 | } |
| 514 | |
| 515 | fn encode(output: Self::Output) -> tonic::Result<proto::rpc::GetNetworkNoteStatusResponse> { |
| 516 | Ok(output) |
| 517 | } |
| 518 | |
| 519 | async fn handle(&self, _input: Self::Input) -> tonic::Result<Self::Output> { |
| 520 | Ok(self.response.clone()) |
nothing calls this directly
no outgoing calls
no test coverage detected