Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/dataelement/Clawith
/ rollback
Method
rollback
backend/tests/test_base_dao.py:33–34 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
31
self.committed = True
32
33
async
def
rollback(self):
34
self.rolled_back = True
35
36
async
def
get(self, model, id):
37
self.get_calls.append((model, id))
Callers
9
get_db
Function · 0.80
transaction
Function · 0.80
seed_okr_agent
Function · 0.80
enqueue_trigger_execution
Function · 0.80
main
Function · 0.80
session
Method · 0.80
update_llm_model
Function · 0.80
delete_identity_provider
Function · 0.80
_handle_google_admin_sync_callback
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected