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

Method println

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

Print a line above the progress bars (for static header content).

(&self, msg: &str)

Source from the content-addressed store, hash-verified

368
369 /// Print a line above the progress bars (for static header content).
370 fn println(&self, msg: &str) {
371 let _ = self.mp.println(msg);
372 }
373
374 /// Clear all progress output (spinner, spacer, and completed step lines).
375 fn clear(&self) {

Callers 3

finish_errorMethod · 0.80
print_sandbox_headerFunction · 0.80
sandbox_createFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected