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

Method addVersionLog

syncplay/server.py:375–377  ·  view source on GitHub ↗
(self, timestamp, version)

Source from the content-addressed store, hash-verified

373 return self._connection.runQuery(initQuery)
374
375 def addVersionLog(self, timestamp, version):
376 content = (timestamp, version, )
377 self._connection.runQuery("INSERT INTO clients_snapshots VALUES (?, ?)", content)
378
379class RoomDBManager(object):
380 def __init__(self, dbpath, loadroomscallback):

Callers 2

_runClientSnapshotMethod · 0.80
_runClientSnapshotMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected