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

Method push

crates/openshell-driver-vm/src/lifecycle.rs:468–470  ·  view source on GitHub ↗
(&mut self, extension: Arc<dyn LifecycleExtension>)

Source from the content-addressed store, hash-verified

466 }
467
468 pub fn push(&mut self, extension: Arc<dyn LifecycleExtension>) {
469 self.extensions.push(extension);
470 }
471
472 #[must_use]
473 pub fn is_empty(&self) -> bool {

Callers 15

extractBlocksFunction · 0.80
lintFileFunction · 0.80
mainFunction · 0.80
bodyTextFunction · 0.80
generate_pkiFunction · 0.80
add_sanFunction · 0.80
sibling_temp_dirFunction · 0.80

Calls

no outgoing calls

Tested by 15

get_capabilitiesMethod · 0.64
get_sandboxMethod · 0.64
list_sandboxesMethod · 0.64
create_sandboxMethod · 0.64
stop_sandboxMethod · 0.64
delete_sandboxMethod · 0.64
watch_sandboxesMethod · 0.64