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

Method is_empty

crates/openshell-driver-vm/src/lifecycle.rs:473–475  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

471
472 #[must_use]
473 pub fn is_empty(&self) -> bool {
474 self.extensions.is_empty()
475 }
476
477 #[must_use]
478 pub fn len(&self) -> usize {

Callers 15

write_sandbox_token_fileFunction · 0.45
newMethod · 0.45
create_sandboxMethod · 0.45
delete_sandboxMethod · 0.45
map_podman_eventFunction · 0.45
resolve_imageFunction · 0.45

Calls

no outgoing calls