Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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_store
Method · 0.95
test_cap_triggers_on_many_files
Method · 0.95
test_truncated_flag_set_when_capped
Method · 0.95
_seed_repo_relative_graph
Function · 0.95
store_with_data
Function · 0.95
test_cpp_include_resolution
Function · 0.95
large_store
Function · 0.95
_seed_realistic_graph
Method · 0.80
test_fts_rebuild_clears_old_data
Method · 0.80
_seed_data
Method · 0.80
test_signature_truncated_at_512
Method · 0.80
setup_method
Method · 0.80
Calls
no outgoing calls
Tested by
15
_make_chain_store
Method · 0.76
test_cap_triggers_on_many_files
Method · 0.76
test_truncated_flag_set_when_capped
Method · 0.76
_seed_repo_relative_graph
Function · 0.76
store_with_data
Function · 0.76
test_cpp_include_resolution
Function · 0.76
large_store
Function · 0.76
_seed_realistic_graph
Method · 0.64
test_fts_rebuild_clears_old_data
Method · 0.64
_seed_data
Method · 0.64
test_signature_truncated_at_512
Method · 0.64
setup_method
Method · 0.64