MCPcopy 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_mastersrvFunction · 0.80
server_can_registerFunction · 0.80

Calls 1

MastersrvClass · 0.85

Tested by

no test coverage detected