Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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_output
Function · 0.95
_do_bgtask
Method · 0.45
Calls
no outgoing calls
Tested by
1
test_list_and_output
Function · 0.76