Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Persper/code-analytics
/ reset_state
Method
reset_state
persper/graphs/iterator.py:163–165 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
161
return
commits, branch_commits
162
163
def
reset_state(self):
164
self.visited = set()
165
self.last_processed_commit = None
166
167
def
__getstate__(self):
168
state = {}
Callers
1
iter
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected