MCPcopy Index your code
hub / github.com/tirth8205/code-review-graph / _build_flows

Method _build_flows

tests/test_tools.py:735–739  ·  view source on GitHub ↗

Trace and store flows.

(self)

Source from the content-addressed store, hash-verified

733 self.store.commit()
734
735 def _build_flows(self):
736 """Trace and store flows."""
737 from code_review_graph.flows import store_flows, trace_flows
738 flows = trace_flows(self.store)
739 store_flows(self.store, flows)
740
741 def test_list_flows_returns_ok(self):
742 result = list_flows(repo_root=str(self.root))

Callers 1

setup_methodMethod · 0.95

Calls 2

trace_flowsFunction · 0.90
store_flowsFunction · 0.90

Tested by

no test coverage detected