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

Function _build_store

tests/test_eval.py:576–582  ·  view source on GitHub ↗
(repo_path)

Source from the content-addressed store, hash-verified

574
575
576def _build_store(repo_path):
577 from code_review_graph.graph import GraphStore
578 from code_review_graph.incremental import full_build, get_db_path
579
580 store = GraphStore(get_db_path(repo_path))
581 full_build(repo_path, store)
582 return store
583
584
585def _mock_config(**extra):

Calls 3

GraphStoreClass · 0.90
get_db_pathFunction · 0.90
full_buildFunction · 0.90

Tested by

no test coverage detected