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

Method get

src/background/tasks.py:67–69  ·  view source on GitHub ↗
(self, tid: str)

Source from the content-addressed store, hash-verified

65 return list(self._tasks.values())
66
67 def get(self, tid: str) -> BgTask | None:
68 with self._lock:
69 return self._tasks.get(tid)
70
71 def output(self, tid: str) -> str | None:
72 with self._lock:

Callers 15

settings_to_rulesFunction · 0.45
get_scratchpad_dirFunction · 0.45
_scratchpad_dir_pathFunction · 0.45
record_denialMethod · 0.45
get_denial_countMethod · 0.45
auto_mode_classifyFunction · 0.45
apply_permission_updateFunction · 0.45
_tool_input_pathFunction · 0.45
is_sandbox_environmentFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected