Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/aws/amazon-q-developer-cli
/ history
Method
history
crates/chat-cli/src/cli/chat/conversation.rs:222–224 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
220
}
221
222
pub fn history(&self) -> &VecDeque<HistoryEntry> {
223
&self.history
224
}
225
226
/// Clears the conversation history and summary.
227
pub fn clear(&mut self) {
Callers
8
new
Method · 0.45
next
Method · 0.45
spawn
Method · 0.45
compact_history_impl
Method · 0.45
tool_use_execute
Method · 0.45
handle_response
Method · 0.45
find_hint
Method · 0.45
handle_init
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected