Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/aws/amazon-q-developer-cli
/ reset_count
Method
reset_count
crates/chat-cli/src/cli/chat/prompt.rs:94–97 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
92
}
93
94
pub fn reset_count(&self) {
95
let mut inner = self.inner.lock().unwrap();
96
inner.paths.clear();
97
}
98
}
99
100
pub const COMMANDS: &[&str] = &[
Callers
1
reset_paste_count
Method · 0.80
Calls
1
clear
Method · 0.45
Tested by
no test coverage detected