MCPcopy Index your code
hub / github.com/Persper/code-analytics / compute_function_share

Method compute_function_share

persper/graphs/analyzer.py:201–203  ·  view source on GitHub ↗
(self, alpha)

Source from the content-addressed store, hash-verified

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 = {}

Callers 1

compute_commit_shareMethod · 0.95

Calls 2

cache_graphMethod · 0.95
devrankFunction · 0.90

Tested by

no test coverage detected