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

Function sandbox_token_host_path

crates/openshell-driver-docker/src/lib.rs:2068–2073  ·  view source on GitHub ↗
(
    sandbox: &DriverSandbox,
    config: &DockerDriverRuntimeConfig,
)

Source from the content-addressed store, hash-verified

2066}
2067
2068fn sandbox_token_host_path(
2069 sandbox: &DriverSandbox,
2070 config: &DockerDriverRuntimeConfig,
2071) -> Result<PathBuf, Status> {
2072 sandbox_token_host_path_by_id(&sandbox.id, config)
2073}
2074
2075fn sandbox_token_host_path_by_id(
2076 sandbox_id: &str,

Callers 1

write_sandbox_token_fileFunction · 0.70

Calls 1

Tested by

no test coverage detected