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

Method active_label

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

Human-readable label for an in-progress step (shown on the spinner).

(self)

Source from the content-addressed store, hash-verified

233
234 /// Human-readable label for an in-progress step (shown on the spinner).
235 fn active_label(self) -> &'static str {
236 match self {
237 Self::RequestingSandbox => "Requesting sandbox...",
238 Self::PullingSandboxImage => "Pulling image...",
239 Self::StartingSandbox => "Starting sandbox...",
240 }
241 }
242}
243
244/// Live-updating display showing a provisioning step checklist with spinner.

Callers 3

newMethod · 0.80
set_active_stepMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected