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

Method set_active_step

crates/openshell-cli/src/run.rs:342–344  ·  view source on GitHub ↗

Set the active step from a known provisioning step enum.

(&mut self, step: ProvisioningStep)

Source from the content-addressed store, hash-verified

340
341 /// Set the active step from a known provisioning step enum.
342 fn set_active_step(&mut self, step: ProvisioningStep) {
343 self.set_active(step.active_label());
344 }
345
346 /// Set detail text shown alongside the active step (e.g. image name).
347 fn set_active_detail(&mut self, detail: &str) {

Callers 2

sandbox_createFunction · 0.80

Calls 2

set_activeMethod · 0.80
active_labelMethod · 0.80

Tested by

no test coverage detected