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

Method issue_sandbox_token

crates/openshell-cli/tests/mtls_integration.rs:438–443  ·  view source on GitHub ↗
(
        &self,
        _request: tonic::Request<openshell_core::proto::IssueSandboxTokenRequest>,
    )

Source from the content-addressed store, hash-verified

436 }
437
438 async fn issue_sandbox_token(
439 &self,
440 _request: tonic::Request<openshell_core::proto::IssueSandboxTokenRequest>,
441 ) -> Result<Response<openshell_core::proto::IssueSandboxTokenResponse>, Status> {
442 Err(Status::unimplemented("not implemented in test"))
443 }
444
445 async fn refresh_sandbox_token(
446 &self,

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected