MCPcopy Create free account
hub / github.com/acking-you/static_flow / mark_task_failed

Function mark_task_failed

crates/backend/src/comment_worker.rs:554–558  ·  view source on GitHub ↗
(store: &CommentDataStore, task_id: &str, message: String)

Source from the content-addressed store, hash-verified

552}
553
554async fn mark_task_failed(store: &CommentDataStore, task_id: &str, message: String) {
555 let _ = store
556 .transition_comment_task(task_id, COMMENT_STATUS_FAILED, None, Some(message), false)
557 .await;
558}
559
560#[cfg(test)]
561fn parse_runner_output(stdout: &str) -> Result<String> {

Callers 1

process_one_taskFunction · 0.85

Calls 1

Tested by

no test coverage detected