MCPcopy Create free account
hub / github.com/atomicdotdev/atomic / done_task

Function done_task

atomic-canonical/src/gate.rs:553–557  ·  view source on GitHub ↗

A `done` task satisfying the given criteria.

(id: &str, satisfies: &[&str])

Source from the content-addressed store, hash-verified

551
552 /// A `done` task satisfying the given criteria.
553 fn done_task(id: &str, satisfies: &[&str]) -> Task {
554 let mut t = task(id, satisfies);
555 t.task_status = "done".to_string();
556 t
557 }
558
559 #[test]
560 fn gate_accepts_done_intent_with_many_tasks_and_criteria_all_complete() {

Callers

nothing calls this directly

Calls 1

taskFunction · 0.85

Tested by

no test coverage detected