MCPcopy Create free account
hub / github.com/Ishabdullah/Codey-v2 / done_count

Method done_count

core/taskqueue.py:78–79  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

76 return sum(1 for t in self.tasks if t.status == STATUS_PENDING)
77
78 def done_count(self):
79 return sum(1 for t in self.tasks if t.status == STATUS_DONE)
80
81 def _queue_path(self):
82 if self._path:

Callers 2

run_agentFunction · 0.80
_build_task_panelFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected