Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ddnet/ddnet
/ mastersrv
Method
mastersrv
scripts/integration_test.py:237–238 ·
view source on GitHub ↗
(self, *args, **kwargs)
Source
from the content-addressed store, hash-verified
235
return
Client(self, *args, **kwargs)
236
237
def
mastersrv(self, *args, **kwargs):
238
return
Mastersrv(self, *args, **kwargs)
239
240
def
kill_all(self):
241
for
process in self.processes:
Callers
4
start_mastersrv
Function · 0.80
server_can_register
Function · 0.80
server_can_register_protocol
Function · 0.80
server_can_register_community
Function · 0.80
Calls
1
Mastersrv
Class · 0.85
Tested by
no test coverage detected