Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/agentforce314/clawcodex
/ communicate
Method
communicate
tests/bridge/test_worktree.py:248–251 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
246
returncode = None
247
248
async
def
communicate(self):
249
# Block forever — simulating a hung ``git`` process.
250
await asyncio.sleep(60)
251
return
b
''
, b
''
252
253
def
kill(self):
254
pass
Callers
8
_drain
Function · 0.45
wait_and_read_keychain
Function · 0.45
wait_and_read_mdm
Function · 0.45
_run_bash_with_abort
Function · 0.45
_run_git
Function · 0.45
_wait
Method · 0.45
_execute_command_hook
Function · 0.45
_run_in_subprocess
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected