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

Method analyze_branch_commit

persper/graphs/analyzer.py:161–162  ·  view source on GitHub ↗
(self, commit)

Source from the content-addressed store, hash-verified

159 self._analyze_commit(commit, self.graph_server.update_graph)
160
161 def analyze_branch_commit(self, commit):
162 self._analyze_commit(commit, self.graph_server.parse)
163
164 def reset_state(self):
165 self.history = {}

Callers 2

analyzeMethod · 0.95
build_historyMethod · 0.95

Calls 1

_analyze_commitMethod · 0.95

Tested by

no test coverage detected