Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ddnet/ddnet
/ exit
Method
exit
scripts/integration_test.py:460–461 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
458
self.fifo.write(f
"{command}\n"
)
459
460
def
exit(self):
461
self.command(
"quit"
)
462
463
def
wait_for_startup(self, timeout=15):
464
self.wait_for_log_prefix(
"client: version"
, timeout=timeout)
Callers
15
check_config_variables.py
File · 0.45
find_clang_format
Function · 0.45
main
Function · 0.45
check_header_guards.py
File · 0.45
check_dilate.py
File · 0.45
meta_timeout
Function · 0.45
start_server
Function · 0.45
start_client
Function · 0.45
client_can_connect
Function · 0.45
client_can_connect_7
Function · 0.45
open_editor
Function · 0.45
smoke_test
Function · 0.45
Calls
1
command
Method · 0.95
Tested by
no test coverage detected