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

Function sandbox_guest_init_path

crates/openshell-driver-vm/src/rootfs.rs:25–27  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

23static INJECTION_COUNTER: AtomicU64 = AtomicU64::new(0);
24
25pub const fn sandbox_guest_init_path() -> &'static str {
26 SANDBOX_GUEST_INIT_PATH
27}
28
29#[allow(clippy::similar_names)]
30pub fn prepare_sandbox_rootfs_from_image_root(

Callers 2

run_image_prep_vmMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected