Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/Persper/code-analytics
/ cache_graph
Method
cache_graph
persper/graphs/analyzer.py:198–199 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
196
return
dict(final_map)
197
198
def
cache_graph(self):
199
self.graph = self.graph_server.get_graph()
200
201
def
compute_function_share(self, alpha):
202
self.cache_graph()
Callers
1
compute_function_share
Method · 0.95
Calls
1
get_graph
Method · 0.45
Tested by
no test coverage detected