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

Method endOfPacket

src/SFML/Network/Packet.cpp:86–89  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

84
85////////////////////////////////////////////////////////////
86bool Packet::endOfPacket() const
87{
88 return m_readPos >= m_data.size();
89}
90
91
92////////////////////////////////////////////////////////////

Callers 1

Packet.test.cppFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected