Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
execute
Method · 0.45
try_device_authorization
Function · 0.45
drop
Method · 0.45
run_hooks
Method · 0.45
stop_with_message
Method · 0.45
Calls
1
stop_inner
Method · 0.80
Tested by
no test coverage detected