MCPcopy Create free account
hub / github.com/Persper/code-analytics / analyze_branch_commit

Method analyze_branch_commit

persper/analytics/analyzer.py:169–170  ·  view source on GitHub ↗
(self, commit)

Source from the content-addressed store, hash-verified

167
168 # todo (hezheng) implement correct analysis for branches
169 async def analyze_branch_commit(self, commit):
170 await self._analyze_commit(commit, self._graph_server.update_graph)
171
172 def reset_state(self):
173 self._ccgraph = None

Callers 1

analyzeMethod · 0.95

Calls 1

_analyze_commitMethod · 0.95

Tested by

no test coverage detected