Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/webpy/webpy
/ do_commit
Method
do_commit
web/db.py:571–572 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
569
ctx.commit(unload=False)
570
571
def
do_commit(self):
572
ctx.commit()
573
574
def
do_rollback(self):
575
ctx.rollback()
Callers
1
commit
Method · 0.45
Calls
1
commit
Method · 0.45
Tested by
no test coverage detected