Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
904
void 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
setString
Method · 0.80
send
Method · 0.45
get
Method · 0.45
Tested by
no test coverage detected