Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/sqlmapproject/sqlmap
/ clearHistory
Function
clearHistory
lib/core/shell.py:51–55 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
49
return
readline._readline is not None
50
51
def
clearHistory():
52
if
not readlineAvailable():
53
return
54
55
readline.clear_history()
56
57
def
saveHistory(completion=None):
58
try
:
Callers
2
cmdLineParser
Function · 0.90
loadHistory
Function · 0.85
Calls
1
readlineAvailable
Function · 0.85
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…