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

Method flush

lib/utils/api.py:264–265  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

262 conf.databaseCursor.execute("INSERT INTO errors VALUES(NULL, ?, ?)", (self.taskid, str(value) if value else ""))
263
264 def flush(self):
265 pass
266
267 def close(self):
268 pass

Callers 3

_show_consoleMethod · 0.45
do_GETMethod · 0.45
onReturnPressFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected