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

Function deliverable_commit_msg

crates/flowtrace-cli/src/git.rs:468–470  ·  view source on GitHub ↗
(status: &Status)

Source from the content-addressed store, hash-verified

466}
467
468pub fn deliverable_commit_msg(status: &Status) -> String {
469 label_with_msg("deliverable", status.kind(), status_message(status))
470}
471
472pub fn reply_commit_msg(step_id: Option<&str>, seq: u32) -> String {
473 match step_id {

Callers 2

cmd_deliverableFunction · 0.85
set_deliverableFunction · 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…