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

Function container_name

crates/openshell-driver-podman/src/container.rs:145–147  ·  view source on GitHub ↗
(sandbox_name: &str)

Source from the content-addressed store, hash-verified

143/// Build a Podman container name from the sandbox name.
144#[must_use]
145pub fn container_name(sandbox_name: &str) -> String {
146 format!("{CONTAINER_PREFIX}{sandbox_name}")
147}
148
149/// Build the workspace volume name from the sandbox ID.
150#[must_use]

Calls

no outgoing calls

Tested by

no test coverage detected