Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
146
def
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
152
def
printMessage(msg):
Callers
1
scan
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected