MCPcopy 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

_drainFunction · 0.45
wait_and_read_keychainFunction · 0.45
wait_and_read_mdmFunction · 0.45
_run_bash_with_abortFunction · 0.45
_run_gitFunction · 0.45
_waitMethod · 0.45
_execute_command_hookFunction · 0.45
_run_in_subprocessFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected