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

Function done_task

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

A `done` task satisfying the given criteria.

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

Source from the content-addressed store, hash-verified

763
764 /// A `done` task satisfying the given criteria.
765 fn done_task(id: &str, satisfies: &[&str]) -> Task {
766 let mut t = task(id, satisfies);
767 t.task_status = "done".to_string();
768 t
769 }
770
771 #[test]
772 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