Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
test_public_rollback_api
Method · 0.80
run_migrations
Function · 0.80
_begin_immediate
Method · 0.80
store_file_nodes_edges
Method · 0.80
store_file_batch
Method · 0.80
store_communities
Function · 0.80
rebuild_fts_index
Function · 0.80
store_flows
Function · 0.80
incremental_trace_flows
Function · 0.80
_compute_summaries
Function · 0.80
run_postprocess
Function · 0.80
Calls
no outgoing calls
Tested by
1
test_public_rollback_api
Method · 0.64