Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
134
def
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
140
def
changeScanCount(num):
Callers
1
resultHandler
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected