MCPcopy Create free account
hub / github.com/apohl79/audiogridder / handleMessage

Method handleMessage

Server/Source/ProcessorClient.cpp:327–332  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

325}
326
327void ProcessorClient::handleMessage(std::shared_ptr<Message<Key>> msg) {
328 traceScope();
329 if (nullptr != onKeysFromSandbox) {
330 onKeysFromSandbox(*msg);
331 }
332}
333
334void ProcessorClient::handleMessage(std::shared_ptr<Message<ParameterValue>> msg) {
335 traceScope();

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected