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

Method descriptor

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

Source from the content-addressed store, hash-verified

842 }
843
844 fn descriptor(&self) -> ExtensionDescriptor {
845 ExtensionDescriptor {
846 name: self.name.clone(),
847 provides: ExtensionCapabilities {
848 kernel_profiles: vec![format!("profile-{}", self.name)],
849 guest_init_dropins: vec![format!("50-{}.sh", self.name)],
850 launch_features: vec!["guest-init-dropins".to_string()],
851 host_resources: Vec::new(),
852 },
853 required_backends: Vec::new(),
854 required_backend_features: vec![BackendFeature::GuestInitDropins],
855 }
856 }
857
858 async fn configure_launch(
859 &self,

Callers 3

descriptorsMethod · 0.45
validateMethod · 0.45
configure_launchMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected