(request: proto::note::NoteId)
| 19 | type Output = proto::rpc::GetNetworkNoteStatusResponse; |
| 20 | |
| 21 | fn decode(request: proto::note::NoteId) -> tonic::Result<Self::Input> { |
| 22 | Ok(GetNetworkNoteStatusInput { request, original_accept_header: None }) |
| 23 | } |
| 24 | |
| 25 | fn encode(output: Self::Output) -> tonic::Result<proto::rpc::GetNetworkNoteStatusResponse> { |
| 26 | Ok(output) |
nothing calls this directly
no outgoing calls
no test coverage detected