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

Method all_tools_trusted

crates/chat-cli/src/cli/chat/mod.rs:3649–3651  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

3647 }
3648
3649 fn all_tools_trusted(&self) -> bool {
3650 self.conversation.agents.trust_all_tools
3651 }
3652
3653 /// Display character limit warnings based on current conversation size
3654 async fn display_char_warnings(&mut self, os: &Os) -> Result<(), ChatError> {

Callers 2

spawnMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected