| 325 | } |
| 326 | |
| 327 | void ProcessorClient::handleMessage(std::shared_ptr<Message<Key>> msg) { |
| 328 | traceScope(); |
| 329 | if (nullptr != onKeysFromSandbox) { |
| 330 | onKeysFromSandbox(*msg); |
| 331 | } |
| 332 | } |
| 333 | |
| 334 | void ProcessorClient::handleMessage(std::shared_ptr<Message<ParameterValue>> msg) { |
| 335 | traceScope(); |
nothing calls this directly
no outgoing calls
no test coverage detected