(self, commit)
| 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 = {} |
no test coverage detected