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

Function _task

tests/test_tasks_command.py:27–28  ·  view source on GitHub ↗
(id, type, status, description="")

Source from the content-addressed store, hash-verified

25
26
27def _task(id, type, status, description=""):
28 return SimpleNamespace(id=id, type=type, status=status, description=description)
29
30
31def _ctx(tmp_path, *, ui=None, tasks=None, tool_context="__default__"):

Callers 2

test_list_outputFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected