MCPcopy 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
51def clearHistory():
52 if not readlineAvailable():
53 return
54
55 readline.clear_history()
56
57def saveHistory(completion=None):
58 try:

Callers 2

cmdLineParserFunction · 0.90
loadHistoryFunction · 0.85

Calls 1

readlineAvailableFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…