MCPcopy Create free account
hub / github.com/DeusData/codebase-memory-mcp / wait

Method wait

tests/test_daemon_smoke.py:430–431  ·  view source on GitHub ↗
(self, timeout)

Source from the content-addressed store, hash-verified

428 pass
429
430 def wait(self, timeout):
431 return self.process.wait(timeout=timeout)
432
433 def stderr_text(self):
434 self.stderr_stream.flush()

Callers 15

mainFunction · 0.95
heartbeatFunction · 0.80
pause_firstMethod · 0.80
sleepSyncFunction · 0.80
mainFunction · 0.80
terminate_process_treeFunction · 0.80
stop_processFunction · 0.80
mainFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected