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

Method err

crates/chat-cli/src/cli/chat/tool_manager.rs:171–174  ·  view source on GitHub ↗
(msg: String)

Source from the content-addressed store, hash-verified

169 }
170
171 pub fn err(msg: String) -> Self {
172 let timestamp = chrono::Local::now().format("%Y:%H:%S").to_string();
173 LoadingRecord::Err(timestamp, msg)
174 }
175}
176
177pub struct ToolManagerBuilder {

Callers 2

refresh_tokenMethod · 0.80
poll_create_tokenFunction · 0.80

Calls 2

to_stringMethod · 0.80
formatMethod · 0.45

Tested by

no test coverage detected