MCPcopy Create free account
hub / github.com/Persper/code-analytics / reset_state

Method reset_state

persper/analytics/analyzer.py:172–173  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

170 await self._analyze_commit(commit, self._graph_server.update_graph)
171
172 def reset_state(self):
173 self._ccgraph = None
174
175 def get_graph(self):
176 self._ccgraph = self._graph_server.get_graph()

Callers 1

analyzeMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected