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

Function changeScanCount

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

Source from the content-addressed store, hash-verified

138
139
140def changeScanCount(num):
141 if th.thread_mode: th.scan_count_lock.acquire()
142 th.scan_count += num
143 if th.thread_mode: th.scan_count_lock.release()
144
145
146def changeThreadCount(num):

Callers 2

scanFunction · 0.85
resultHandlerFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected