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

Method commit

code_review_graph/graph.py:317–318  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

315 return row["value"] if row else None
316
317 def commit(self) -> None:
318 self._conn.commit()
319
320 def rollback(self) -> None:
321 """Rollback the current transaction."""

Callers 15

_make_chain_storeMethod · 0.95
store_with_dataFunction · 0.95
large_storeFunction · 0.95
_seed_realistic_graphMethod · 0.80
_seed_dataMethod · 0.80
setup_methodMethod · 0.80

Calls

no outgoing calls

Tested by 15

_make_chain_storeMethod · 0.76
store_with_dataFunction · 0.76
large_storeFunction · 0.76
_seed_realistic_graphMethod · 0.64
_seed_dataMethod · 0.64
setup_methodMethod · 0.64