Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/pyload/pyload
/ syncSave
Method
syncSave
module/database/DatabaseBackend.py:276–277 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
274
275
@style.queue
276
def
syncSave(self):
277
self.conn.commit()
278
279
@style.async
280
def
rollback(self):
Callers
nothing calls this directly
Calls
1
commit
Method · 0.80
Tested by
no test coverage detected