Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Persper/code-analytics
/ reset_state
Method
reset_state
persper/graphs/analyzer.py:164–168 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
162
self._analyze_commit(commit, self.graph_server.parse)
163
164
def
reset_state(self):
165
self.history = {}
166
self.id_map = {}
167
self.ordered_shas = []
168
self.graph = None
169
170
def
build_history(self,
171
commits,
Callers
1
analyze
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected