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

Method send

common/endpoint.cpp:80–84  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

78}
79
80void Endpoint::send(const Message &msg)
81{
82 Q_ASSERT(s_instance);
83 s_instance->doSendMessage(msg);
84}
85
86void Endpoint::sendMessage(const Message &msg)
87{

Callers

nothing calls this directly

Calls 1

doSendMessageMethod · 0.45

Tested by

no test coverage detected