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

Method devrank_commits

persper/graphs/call_commit_graph.py:308–310  ·  view source on GitHub ↗
(self, alpha)

Source from the content-addressed store, hash-verified

306 * self.scores[func_name]
307
308 def devrank_commits(self, alpha):
309 self.update_shares(alpha)
310 return sorted(self.share.items(), key=lambda x: x[1], reverse=True)
311
312 def devrank_functions(self, alpha):
313 self.scores = devrank(self.G, alpha=alpha)

Callers

nothing calls this directly

Calls 2

update_sharesMethod · 0.95
itemsMethod · 0.80

Tested by

no test coverage detected