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

Method deleteRoom

syncplay/server.py:401–402  ·  view source on GitHub ↗
(self, name)

Source from the content-addressed store, hash-verified

399 self._connection.runQuery("INSERT OR REPLACE INTO persistent_rooms VALUES (?, ?, ?, ?, ?)", content)
400
401 def deleteRoom(self, name):
402 self._connection.runQuery("DELETE FROM persistent_rooms where name = ?", [name])
403
404 def loadRooms(self, result=None):
405 roomsQuery = "SELECT * FROM persistent_rooms"

Callers 1

_deleteRoomIfEmptyMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected