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

Method terminal_width

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

Source from the content-addressed store, hash-verified

3643 }
3644
3645 fn terminal_width(&self) -> usize {
3646 (self.terminal_width_provider)().unwrap_or(80)
3647 }
3648
3649 fn all_tools_trusted(&self) -> bool {
3650 self.conversation.agents.trust_all_tools

Callers 11

spawnMethod · 0.80
compact_history_implMethod · 0.80
handle_responseMethod · 0.80
executeMethod · 0.80
executeMethod · 0.80
executeMethod · 0.80
executeMethod · 0.80
render_context_windowFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected