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

Method with

crates/openshell-driver-vm/src/lifecycle.rs:464–466  ·  view source on GitHub ↗
(extensions: Vec<Arc<dyn LifecycleExtension>>)

Source from the content-addressed store, hash-verified

462
463 #[must_use]
464 pub fn with(extensions: Vec<Arc<dyn LifecycleExtension>>) -> Self {
465 Self { extensions }
466 }
467
468 pub fn push(&mut self, extension: Arc<dyn LifecycleExtension>) {
469 self.extensions.push(extension);

Calls

no outgoing calls