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