MCPcopy 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

newMethod · 0.45
nextMethod · 0.45
spawnMethod · 0.45
compact_history_implMethod · 0.45
tool_use_executeMethod · 0.45
handle_responseMethod · 0.45
find_hintMethod · 0.45
handle_initMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected