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

Method active_names

crates/openshell-driver-vm/src/lifecycle.rs:498–503  ·  view source on GitHub ↗
(&self, sandbox: &Sandbox)

Source from the content-addressed store, hash-verified

496 /// registration order.
497 #[must_use]
498 pub fn active_names(&self, sandbox: &Sandbox) -> Vec<String> {
499 self.active_for(sandbox)
500 .into_iter()
501 .map(|ext| ext.name().to_string())
502 .collect()
503 }
504
505 pub fn validate(&self) -> LifecycleResult<()> {
506 let mut names = HashSet::new();

Callers

nothing calls this directly

Calls 2

active_forMethod · 0.80
nameMethod · 0.45

Tested by

no test coverage detected