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

Method clear

src/SFML/Network/Packet.cpp:63–68  ·  view source on GitHub ↗

///////////////////////////////////////////////////////

Source from the content-addressed store, hash-verified

61
62////////////////////////////////////////////////////////////
63void Packet::clear()
64{
65 m_data.clear();
66 m_readPos = 0;
67 m_isValid = true;
68}
69
70
71////////////////////////////////////////////////////////////

Callers 10

receiveMethod · 0.45
parseMethod · 0.45
receiveMethod · 0.45
queryDnsFunction · 0.45
queryTxtMethod · 0.45
getPublicAddressMethod · 0.45
getResponseMethod · 0.45
connectMethod · 0.45
disconnectMethod · 0.45
Packet.cppFile · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected