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

Method names

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

Source from the content-addressed store, hash-verified

481
482 #[must_use]
483 pub fn names(&self) -> Vec<String> {
484 self.extensions
485 .iter()
486 .map(|ext| ext.name().to_string())
487 .collect()
488 }
489
490 #[must_use]
491 pub fn descriptors(&self) -> Vec<ExtensionDescriptor> {

Callers 1

Calls 1

nameMethod · 0.45

Tested by

no test coverage detected