MCPcopy Index your code
hub / github.com/sqlmapproject/sqlmap / rewind

Method rewind

lib/core/wordlist.py:91–93  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

89 return retVal
90
91 def rewind(self):
92 self.index = 0
93 self.adjust()

Callers

nothing calls this directly

Calls 1

adjustMethod · 0.95

Tested by

no test coverage detected