Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Persper/code-analytics
/ _reset_state
Method
_reset_state
persper/graphs/processor.py:327–329 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
325
self.save(repo_name +
'-finished.pickle'
)
326
327
def
_reset_state(self):
328
self.visited = set()
329
self.last_processed_commit = None
330
331
def
_start_process_commit(self, commit):
332
pass
Callers
1
process
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected