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

Function readInput

lib/core/threads.py:76–78  ·  view source on GitHub ↗
(message, default=None, checkBatch=True, boolean=False)

Source from the content-addressed store, hash-verified

74ThreadData = _ThreadData()
75
76def readInput(message, default=None, checkBatch=True, boolean=False):
77 # It will be overwritten by original from lib.core.common
78 pass
79
80def isDigit(value):
81 # It will be overwritten by original from lib.core.common

Callers 1

runThreadsFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…