MCPcopy Create free account
hub / github.com/Syncplay/syncplay / loadRoom

Method loadRoom

syncplay/server.py:76–77  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

74 return multiline
75
76 def loadRoom(self):
77 rooms = self._roomsDbHandle.loadRooms()
78
79 def buildProtocol(self, addr):
80 return SyncServerProtocol(self)

Callers

nothing calls this directly

Calls 1

loadRoomsMethod · 0.45

Tested by

no test coverage detected