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

Method success

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

Source from the content-addressed store, hash-verified

159
160impl LoadingRecord {
161 pub fn success(msg: String) -> Self {
162 let timestamp = chrono::Local::now().format("%Y:%H:%S").to_string();
163 LoadingRecord::Success(timestamp, msg)
164 }
165
166 pub fn warn(msg: String) -> Self {
167 let timestamp = chrono::Local::now().format("%Y:%H:%S").to_string();

Callers 11

handle_inputMethod · 0.45
restoreMethod · 0.45
diffMethod · 0.45
is_git_installedFunction · 0.45
is_in_git_repoFunction · 0.45
stage_commit_tagFunction · 0.45
run_gitFunction · 0.45
generate_summaryFunction · 0.45
monitor_child_processFunction · 0.45
is_process_aliveFunction · 0.45
launch_editorFunction · 0.45

Calls 2

to_stringMethod · 0.80
formatMethod · 0.45

Tested by

no test coverage detected