Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Persper/code-analytics
/ reset
Method
reset
persper/analytics/call_commit_graph.py:41–42 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
39
self._current_commit_id = None
40
41
def
reset(self):
42
self._digraph = self._new_graph()
43
44
def
_new_graph(self):
45
""
"Create a new nx.DiGraph
for
underlying storage
Callers
2
reset_graph
Method · 0.80
clear
Method · 0.80
Calls
1
_new_graph
Method · 0.95
Tested by
no test coverage detected