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

Method doSendMessage

common/endpoint.cpp:94–99  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

92}
93
94void Endpoint::doSendMessage(const GammaRay::Message &msg)
95{
96 Q_ASSERT(msg.address() != Protocol::InvalidObjectAddress);
97 msg.write(m_socket);
98 m_bytesWritten += msg.size();
99}
100
101void Endpoint::waitForMessagesWritten()
102{

Callers 1

sendMethod · 0.45

Calls 3

writeMethod · 0.80
addressMethod · 0.45
sizeMethod · 0.45

Tested by

no test coverage detected