MCPcopy Create free account
hub / github.com/agentforce314/clawcodex / list

Method list

src/background/tasks.py:63–65  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

61 self._procs.pop(tid, None)
62
63 def list(self) -> list[BgTask]:
64 with self._lock:
65 return list(self._tasks.values())
66
67 def get(self, tid: str) -> BgTask | None:
68 with self._lock:

Callers 2

test_list_and_outputFunction · 0.95
_do_bgtaskMethod · 0.45

Calls

no outgoing calls

Tested by 1

test_list_and_outputFunction · 0.76