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

Method set_active_detail

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

Set detail text shown alongside the active step (e.g. image name).

(&mut self, detail: &str)

Source from the content-addressed store, hash-verified

345
346 /// Set detail text shown alongside the active step (e.g. image name).
347 fn set_active_detail(&mut self, detail: &str) {
348 self.active_detail = detail.to_string();
349 self.update_spinner();
350 }
351
352 fn update_spinner(&self) {
353 let msg = if self.active_detail.is_empty() {

Callers 2

sandbox_createFunction · 0.80

Calls 1

update_spinnerMethod · 0.80

Tested by

no test coverage detected