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

Method sendError

Server/Source/Worker.cpp:904–909  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

902}
903
904void Worker::sendError(const String& error) {
905 Message<ServerError> msg(this);
906 PLD(msg).setString(error);
907 std::lock_guard<std::mutex> lock(m_cmdOutMtx);
908 msg.send(m_cmdOut.get());
909}
910
911} // namespace e47

Callers

nothing calls this directly

Calls 3

setStringMethod · 0.80
sendMethod · 0.45
getMethod · 0.45

Tested by

no test coverage detected