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

Function _threadFunction

lib/core/threads.py:125–130  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

123 threads = []
124
125 def _threadFunction():
126 try:
127 threadFunction()
128 finally:
129 if conf.hashDB:
130 conf.hashDB.close()
131
132 kb.multipleCtrlC = False
133 kb.threadContinue = True

Callers 1

runThreadsFunction · 0.85

Calls 1

closeMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…