(output: Self::Output)
| 23 | } |
| 24 | |
| 25 | fn encode(output: Self::Output) -> tonic::Result<proto::rpc::GetNetworkNoteStatusResponse> { |
| 26 | Ok(output) |
| 27 | } |
| 28 | |
| 29 | async fn full(&self, request: Request<proto::note::NoteId>) -> tonic::Result<Self::Output> { |
| 30 | let original_accept_header = request.metadata().get(http::header::ACCEPT.as_str()).cloned(); |
nothing calls this directly
no outgoing calls
no test coverage detected