Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
530
fn status_response(status: tonic::Status) -> Response<tonic::body::Body> {
531
status.into_http()
532
}
533
534
impl<S, B> tower::Service<Request<B>> for AuthGrpcRouter<S>
535
where
Callers
1
call
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected