MCPcopy Create free account
hub / github.com/cargo-lambda/cargo-lambda / set_message

Method set_message

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

Source from the content-addressed store, hash-verified

26 }
27
28 pub fn set_message(&self, msg: &str) {
29 if let Some(bar) = &self.bar {
30 bar.set_message(msg.to_string());
31 } else {
32 println!("▹▹▹▹▹ {msg}");
33 }
34 }
35
36 pub fn finish_and_clear(&self) {
37 if let Some(bar) = &self.bar {

Callers 8

createFunction · 0.80
deployFunction · 0.80
upsert_functionFunction · 0.80
create_functionFunction · 0.80
update_function_configFunction · 0.80
wait_for_ready_stateFunction · 0.80
deployFunction · 0.80
show_progressFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected