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

Function clearConsoleLine

lib/core/common.py:2399–2407  ·  view source on GitHub ↗

Clears current console line

(forceOutput=False)

Source from the content-addressed store, hash-verified

2397 return retVal
2398
2399def clearConsoleLine(forceOutput=False):
2400 """
2401 Clears current console line
2402 """
2403
2404 if IS_TTY:
2405 dataToStdout("\r%s\r" % (" " * (getConsoleWidth() - 1)), forceOutput)
2406
2407 kb.prependFlag = False
2408
2409def parseXmlFile(xmlFile, handler):
2410 """

Callers 15

_bruteProcessVariantAFunction · 0.90
_bruteProcessVariantBFunction · 0.90
dictionaryAttackFunction · 0.90
crawlFunction · 0.90
tableExistsThreadFunction · 0.90
tableExistsFunction · 0.90
columnExistsThreadFunction · 0.90
columnExistsFunction · 0.90
fileExistsThreadFunction · 0.90
fileExistsFunction · 0.90
queryPageMethod · 0.90
vulnTestFunction · 0.90

Calls 2

dataToStdoutFunction · 0.85
getConsoleWidthFunction · 0.85

Tested by 2

vulnTestFunction · 0.72
smokeTestFunction · 0.72

Used in the wild real call sites across dependent graphs

searching dependent graphs…