Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apohl79/audiogridder
/ removeWorkerPort
Method
removeWorkerPort
Server/Source/ProcessorClient.cpp:115–118 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
113
}
114
115
void ProcessorClient::removeWorkerPort(int port) {
116
std::lock_guard<std::mutex> lock(m_workerPortsMtx);
117
m_workerPorts.erase(port);
118
}
119
120
bool ProcessorClient::startSandbox() {
121
try {
Callers
nothing calls this directly
Calls
1
erase
Method · 0.80
Tested by
no test coverage detected