MCPcopy Create free account
hub / github.com/KDAB/GammaRay / sendMessage

Method sendMessage

common/endpoint.cpp:86–92  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

84}
85
86void Endpoint::sendMessage(const Message &msg)
87{
88 if (!isConnected())
89 return;
90
91 doSendMessage(msg);
92}
93
94void Endpoint::doSendMessage(const GammaRay::Message &msg)
95{

Callers

nothing calls this directly

Calls 1

doSendMessageFunction · 0.85

Tested by

no test coverage detected