(self, commit)
| 156 | self.id_map[sha].update(id_map) |
| 157 | |
| 158 | def analyze_master_commit(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) |
no test coverage detected