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

Method descriptors

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

Source from the content-addressed store, hash-verified

489
490 #[must_use]
491 pub fn descriptors(&self) -> Vec<ExtensionDescriptor> {
492 self.extensions.iter().map(|ext| ext.descriptor()).collect()
493 }
494
495 /// Names of the extensions that are active for `sandbox`, in
496 /// registration order.

Calls 1

descriptorMethod · 0.45