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

Function changeFoundCount

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

Source from the content-addressed store, hash-verified

132
133
134def changeFoundCount(num):
135 if th.thread_mode: th.found_count_lock.acquire()
136 th.found_count += num
137 if th.thread_mode: th.found_count_lock.release()
138
139
140def changeScanCount(num):

Callers 1

resultHandlerFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected