Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Persper/code-analytics
/ get_graph
Method
get_graph
persper/analytics/analyzer.py:175–177 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
173
self._ccgraph = None
174
175
def
get_graph(self):
176
self._ccgraph = self._graph_server.get_graph()
177
return
self._ccgraph
178
179
def
save(self, fname):
180
with
open(fname,
'wb+'
)
as
f:
Callers
1
test_black_set
Function · 0.95
Calls
no outgoing calls
Tested by
1
test_black_set
Function · 0.76