MCPcopy Index your code
hub / github.com/cargo-lambda/cargo-lambda / finish

Method finish

crates/cargo-lambda-interactive/src/progress.rs:20–26  ·  view source on GitHub ↗
(&self, msg: &str)

Source from the content-addressed store, hash-verified

18 }
19
20 pub fn finish(&self, msg: &str) {
21 if let Some(bar) = &self.bar {
22 bar.finish_with_message(msg.to_string());
23 } else {
24 println!("▪▪▪▪▪ {msg}");
25 }
26 }
27
28 pub fn set_message(&self, msg: &str) {
29 if let Some(bar) = &self.bar {

Callers 4

use_zip_in_placeFunction · 0.80
zip_binaryFunction · 0.80
installMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected