MCPcopy Create free account
hub / github.com/AIScientists-Dev/Flowtrace / run_event_commit_msg

Function run_event_commit_msg

crates/flowtrace-cli/src/git.rs:479–481  ·  view source on GitHub ↗
(run_id: &str, event: &str)

Source from the content-addressed store, hash-verified

477}
478
479pub fn run_event_commit_msg(run_id: &str, event: &str) -> String {
480 format!("run/{}: {}", run_id, event)
481}
482
483fn status_message(status: &Status) -> Option<&str> {
484 match status {

Callers 7

cmd_runFunction · 0.85
commit_run_eventFunction · 0.85
createFunction · 0.85
rename_runFunction · 0.85
pauseFunction · 0.85
resumeFunction · 0.85
abortFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…