Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Persper/code-analytics
/ reset_graph
Method
reset_graph
persper/analytics/c.py:80–81 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
78
return
self._ccgraph
79
80
def
reset_graph(self):
81
self._ccgraph.reset()
82
83
def
filter_file(self, filename):
84
for
regex in self._filename_regexes:
Callers
1
analyze
Method · 0.45
Calls
1
reset
Method · 0.80
Tested by
no test coverage detected