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

Method refresh_sandbox_token

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

Source from the content-addressed store, hash-verified

443 }
444
445 async fn refresh_sandbox_token(
446 &self,
447 _request: tonic::Request<openshell_core::proto::RefreshSandboxTokenRequest>,
448 ) -> Result<Response<openshell_core::proto::RefreshSandboxTokenResponse>, Status> {
449 Err(Status::unimplemented("not implemented in test"))
450 }
451
452 async fn connect_supervisor(
453 &self,

Callers 1

refresh_token_loopFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected