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

Method descriptor

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

Source from the content-addressed store, hash-verified

319 }
320
321 fn descriptor(&self) -> ExtensionDescriptor {
322 ExtensionDescriptor::new(self.name())
323 }
324
325 /// Contribute backend requirements and provisioning inputs to the plan
326 /// before the driver picks a backend.

Callers

nothing calls this directly

Implementers 2

driver.rscrates/openshell-driver-vm/src/driver.
lifecycle.rscrates/openshell-driver-vm/src/lifecyc

Calls 1

nameMethod · 0.45

Tested by

no test coverage detected