MCPcopy
hub / github.com/Xyntax/POC-T / changeThreadCount

Function changeThreadCount

lib/controller/engine.py:146–149  ·  view source on GitHub ↗
(num)

Source from the content-addressed store, hash-verified

144
145
146def changeThreadCount(num):
147 if th.thread_mode: th.thread_count_lock.acquire()
148 th.thread_count += num
149 if th.thread_mode: th.thread_count_lock.release()
150
151
152def printMessage(msg):

Callers 1

scanFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected