MCPcopy 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
232void cHTTPConnection::GetOutgoingData(AString & a_Data)
233{
234 std::swap(a_Data, m_OutgoingData);
235}
236
237
238

Callers 3

RemoveClientMethod · 0.45
WriteToSocketsMethod · 0.45
QueueOutgoingDataMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected