Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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_console
Method · 0.45
do_GET
Method · 0.45
onReturnPress
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected