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

Method kill

src/bridge/types.py:289–291  ·  view source on GitHub ↗

SIGTERM the child (graceful).

(self)

Source from the content-addressed store, hash-verified

287 ...
288
289 def kill(self) -> None:
290 """SIGTERM the child (graceful)."""
291 ...
292
293 def force_kill(self) -> None:
294 """SIGKILL the child (immediate)."""

Callers 8

shutdownMethod · 0.45
_run_gitFunction · 0.45
_recreate_environmentMethod · 0.45
teardownMethod · 0.45
stop_sessionMethod · 0.45
_do_bgtaskMethod · 0.45
_execute_command_hookFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected