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

Function reply_commit_msg

crates/flowtrace-cli/src/git.rs:472–477  ·  view source on GitHub ↗
(step_id: Option<&str>, seq: u32)

Source from the content-addressed store, hash-verified

470}
471
472pub fn reply_commit_msg(step_id: Option<&str>, seq: u32) -> String {
473 match step_id {
474 Some(s) => format!("reply: {} ({:04})", s, seq),
475 None => format!("reply: ({:04})", seq),
476 }
477}
478
479pub fn run_event_commit_msg(run_id: &str, event: &str) -> String {
480 format!("run/{}: {}", run_id, event)

Callers 2

cmd_replyFunction · 0.85
appendFunction · 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…