MCPcopy Create free account
hub / github.com/NVIDIA/OpenShell / status_response

Function status_response

crates/openshell-server/src/multiplex.rs:530–532  ·  view source on GitHub ↗
(status: tonic::Status)

Source from the content-addressed store, hash-verified

528}
529
530fn status_response(status: tonic::Status) -> Response<tonic::body::Body> {
531 status.into_http()
532}
533
534impl<S, B> tower::Service<Request<B>> for AuthGrpcRouter<S>
535where

Callers 1

callMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected