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

Function getCurrentThreadData

lib/core/threads.py:84–89  ·  view source on GitHub ↗

Returns current thread's local data

()

Source from the content-addressed store, hash-verified

82 pass
83
84def getCurrentThreadData():
85 """
86 Returns current thread's local data
87 """
88
89 return ThreadData
90
91def getCurrentThreadName():
92 """

Callers 15

crawlFunction · 0.90
crawlThreadFunction · 0.90
_get_cursorMethod · 0.90
_set_cursorMethod · 0.90
closeMethod · 0.90
beginTransactionMethod · 0.90
endTransactionMethod · 0.90
tableExistsFunction · 0.90
tableExistsThreadFunction · 0.90
columnExistsFunction · 0.90
columnExistsThreadFunction · 0.90
fileExistsFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…