MCPcopy
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_dbFunction · 0.80
transactionFunction · 0.80
seed_okr_agentFunction · 0.80
mainFunction · 0.80
sessionMethod · 0.80
update_llm_modelFunction · 0.80
delete_identity_providerFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected