(self, alpha)
| 199 | self.graph = self.graph_server.get_graph() |
| 200 | |
| 201 | def compute_function_share(self, alpha): |
| 202 | self.cache_graph() |
| 203 | return devrank(self.graph, alpha=alpha) |
| 204 | |
| 205 | def compute_commit_share(self, alpha): |
| 206 | commit_share = {} |
no test coverage detected