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

Method label

crates/flowtrace-cli/src/main.rs:630–638  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

628
629impl StatusArg {
630 fn label(self) -> &'static str {
631 match self {
632 StatusArg::Idle => "idle",
633 StatusArg::Running => "running",
634 StatusArg::Blocked => "blocked",
635 StatusArg::Done => "done",
636 StatusArg::Error => "error",
637 }
638 }
639}
640
641fn trace_root_or_bail() -> Result<PathBuf> {

Callers 2

cmd_stepFunction · 0.80
cmd_deliverableFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected