Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ddnet/ddnet
/ start_server
Function
start_server
scripts/integration_test.py:613–617 ·
view source on GitHub ↗
(test_env)
Source
from the content-addressed store, hash-verified
611
612
@test
613
def
start_server(test_env):
614
server = test_env.server()
615
wait_for_startup([server])
616
server.exit()
617
server.wait_for_exit()
618
619
620
@test
Callers
nothing calls this directly
Calls
4
wait_for_startup
Function · 0.85
server
Method · 0.80
wait_for_exit
Method · 0.80
exit
Method · 0.45
Tested by
no test coverage detected