MCPcopy 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
115void ProcessorClient::removeWorkerPort(int port) {
116 std::lock_guard<std::mutex> lock(m_workerPortsMtx);
117 m_workerPorts.erase(port);
118}
119
120bool ProcessorClient::startSandbox() {
121 try {

Callers

nothing calls this directly

Calls 1

eraseMethod · 0.80

Tested by

no test coverage detected