Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ddnet/ddnet
/ wait_for_startup
Method
wait_for_startup
scripts/integration_test.py:463–464 ·
view source on GitHub ↗
(self, timeout=15)
Source
from the content-addressed store, hash-verified
461
self.command(
"quit"
)
462
463
def
wait_for_startup(self, timeout=15):
464
self.wait_for_log_prefix(
"client: version"
, timeout=timeout)
465
466
467
class
Server(Runnable):
Callers
1
wait_for_startup
Function · 0.45
Calls
1
wait_for_log_prefix
Method · 0.80
Tested by
no test coverage detected