Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cuberite/cuberite
/ GetOutgoingData
Method
GetOutgoingData
src/HTTPServer/HTTPConnection.cpp:232–235 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
230
231
232
void cHTTPConnection::GetOutgoingData(AString & a_Data)
233
{
234
std::swap(a_Data, m_OutgoingData);
235
}
236
237
238
Callers
3
RemoveClient
Method · 0.45
WriteToSockets
Method · 0.45
QueueOutgoingData
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected