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

Function cleanup_sandbox_token_file

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

Source from the content-addressed store, hash-verified

2125}
2126
2127fn cleanup_sandbox_token_file(sandbox: &DriverSandbox, config: &DockerDriverRuntimeConfig) {
2128 cleanup_sandbox_token_file_by_id(&sandbox.id, config);
2129}
2130
2131fn cleanup_sandbox_token_file_for_delete(
2132 sandbox_id: &str,

Callers 5

delete_sandbox_innerMethod · 0.70
stop_sandbox_innerMethod · 0.70
fail_pending_sandboxMethod · 0.70

Calls 1

Tested by

no test coverage detected