MCPcopy
hub / github.com/tirth8205/code-review-graph / rollback

Method rollback

code_review_graph/graph.py:320–322  ·  view source on GitHub ↗

Rollback the current transaction.

(self)

Source from the content-addressed store, hash-verified

318 self._conn.commit()
319
320 def rollback(self) -> None:
321 """Rollback the current transaction."""
322 self._conn.rollback()
323
324 # --- Read operations ---
325

Callers 11

run_migrationsFunction · 0.80
_begin_immediateMethod · 0.80
store_file_batchMethod · 0.80
store_communitiesFunction · 0.80
rebuild_fts_indexFunction · 0.80
store_flowsFunction · 0.80
incremental_trace_flowsFunction · 0.80
_compute_summariesFunction · 0.80
run_postprocessFunction · 0.80

Calls

no outgoing calls

Tested by 1