MCPcopy Create free account
hub / github.com/aws/amazon-q-developer-cli / stop_with_message

Method stop_with_message

crates/chat-cli/src/util/spinner.rs:107–110  ·  view source on GitHub ↗
(&mut self, msg: String)

Source from the content-addressed store, hash-verified

105 }
106
107 pub fn stop_with_message(&mut self, msg: String) {
108 self.stop();
109 println!("\x1b[2K\r{msg}");
110 }
111}
112
113#[cfg(test)]

Callers 4

executeMethod · 0.80
try_device_authorizationFunction · 0.80
test_spinnerFunction · 0.80

Calls 1

stopMethod · 0.45

Tested by 1

test_spinnerFunction · 0.64