Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
80
void Endpoint::send(const Message &msg)
81
{
82
Q_ASSERT(s_instance);
83
s_instance->doSendMessage(msg);
84
}
85
86
void Endpoint::sendMessage(const Message &msg)
87
{
Callers
nothing calls this directly
Calls
1
doSendMessage
Method · 0.45
Tested by
no test coverage detected