MCPcopy Create free account
hub / github.com/OpenDungeons/OpenDungeons / clear

Method clear

source/network/ODPacket.cpp:241–244  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

239}
240
241void ODPacket::clear()
242{
243 mPacket.clear();
244}
245
246void ODPacket::writePacket(int32_t timestamp, std::ofstream& os)
247{

Callers 15

clearUncompleteGoalsMethod · 0.80
clearCompletedGoalsMethod · 0.80
initSeatMethod · 0.80
exportTileToPacketMethod · 0.80
SkillManagerMethod · 0.80
~SkillManagerMethod · 0.80
clearObjectsInHandMethod · 0.80
exceptionFilterMethod · 0.80
exceptionFilterMethod · 0.80
critErrHandlerMethod · 0.80

Calls

no outgoing calls

Tested by 3

BOOST_AUTO_TEST_CASEFunction · 0.64
~ODClientTestMethod · 0.64
processMessageMethod · 0.64