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

Function step_commit_msg

crates/flowtrace-cli/src/git.rs:464–466  ·  view source on GitHub ↗
(step_id: &str, status: &Status)

Source from the content-addressed store, hash-verified

462}
463
464pub fn step_commit_msg(step_id: &str, status: &Status) -> String {
465 label_with_msg(step_id, status.kind(), status_message(status))
466}
467
468pub fn deliverable_commit_msg(status: &Status) -> String {
469 label_with_msg("deliverable", status.kind(), status_message(status))

Callers 2

cmd_stepFunction · 0.85
set_stepFunction · 0.85

Calls 3

label_with_msgFunction · 0.85
status_messageFunction · 0.85
kindMethod · 0.80

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…