MCPcopy Create free account
hub / github.com/cuberite/cuberite / GetOutgoingData

Method GetOutgoingData

src/RCONServer.cpp:215–219  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

213
214
215void cRCONServer::cConnection::GetOutgoingData(AString & a_Data)
216{
217 a_Data.assign(m_Outgoing);
218 m_Outgoing.clear();
219}
220
221
222

Callers

nothing calls this directly

Calls 1

clearMethod · 0.80

Tested by

no test coverage detected