MCPcopy
hub / github.com/pyload/pyload / save

Method save

module/database/FileDatabase.py:72–74  ·  view source on GitHub ↗

saves all data to backend

(self)

Source from the content-addressed store, hash-verified

70
71 #----------------------------------------------------------------------
72 def save(self):
73 """saves all data to backend"""
74 self.db.commit()
75
76 #----------------------------------------------------------------------
77 def syncSave(self):

Callers

nothing calls this directly

Calls 1

commitMethod · 0.80

Tested by

no test coverage detected