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

Method completed_label

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

Human-readable label for a completed step.

(self)

Source from the content-addressed store, hash-verified

224impl ProvisioningStep {
225 /// Human-readable label for a completed step.
226 fn completed_label(self) -> &'static str {
227 match self {
228 Self::RequestingSandbox => "Sandbox allocated",
229 Self::PullingSandboxImage => "Image pulled",
230 Self::StartingSandbox => "Sandbox ready",
231 }
232 }
233
234 /// Human-readable label for an in-progress step (shown on the spinner).
235 fn active_label(self) -> &'static str {

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected