Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
_session_timeout_watchdog
Method · 0.45
shutdown
Method · 0.45
_run_git
Function · 0.45
_recreate_environment
Method · 0.45
teardown
Method · 0.45
stop_session
Method · 0.45
_do_bgtask
Method · 0.45
_execute_command_hook
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected