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

Method kill

src/task_registry.py:62–64  ·  view source on GitHub ↗
(
        self, task_id: str, registry: "RuntimeTaskRegistry"
    )

Source from the content-addressed store, hash-verified

60 type: TaskType
61
62 async def kill(
63 self, task_id: str, registry: "RuntimeTaskRegistry"
64 ) -> None: ... # pragma: no cover (Protocol body)
65
66
67# ---------------------------------------------------------------------------

Callers 4

_spawn_serverFunction · 0.45
_drainFunction · 0.45
wait_and_read_keychainFunction · 0.45
wait_and_read_mdmFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected