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

Method clear

crates/chat-cli/src/cli/chat/context.rs:182–184  ·  view source on GitHub ↗

Clear all paths from the context configuration.

(&mut self)

Source from the content-addressed store, hash-verified

180
181 /// Clear all paths from the context configuration.
182 pub fn clear(&mut self) {
183 self.paths.clear();
184 }
185
186 /// Get all context files (global + profile-specific).
187 ///

Callers 12

parse_argsFunction · 0.45
handle_responseMethod · 0.45
reset_user_turnMethod · 0.45
reset_countMethod · 0.45
swap_agentMethod · 0.45
handle_messenger_msgFunction · 0.45
invokeMethod · 0.45
execute_getMethod · 0.45
executeMethod · 0.45
executeMethod · 0.45
clear_all_immediateMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected