MCPcopy
hub / github.com/pyload/pyload / commit

Method commit

module/database/DatabaseBackend.py:272–273  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

270
271 @style.async
272 def commit(self):
273 self.conn.commit()
274
275 @style.queue
276 def syncSave(self):

Callers 9

saveMethod · 0.80
setPackageLocationMethod · 0.80
reorderPackageMethod · 0.80
reorderFileMethod · 0.80
FileDatabase.pyFile · 0.80
runMethod · 0.80
shutdownMethod · 0.80
syncSaveMethod · 0.80
deleteMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected