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

Method stop

crates/chat-cli/src/util/spinner.rs:103–105  ·  view source on GitHub ↗
(&mut self)

Source from the content-addressed store, hash-verified

101 }
102
103 pub fn stop(&mut self) {
104 self.stop_inner(None);
105 }
106
107 pub fn stop_with_message(&mut self, msg: String) {
108 self.stop();

Callers 5

executeMethod · 0.45
try_device_authorizationFunction · 0.45
dropMethod · 0.45
run_hooksMethod · 0.45
stop_with_messageMethod · 0.45

Calls 1

stop_innerMethod · 0.80

Tested by

no test coverage detected