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

Method getReadPosition

src/SFML/Network/Packet.cpp:56–59  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

54
55////////////////////////////////////////////////////////////
56std::size_t Packet::getReadPosition() const
57{
58 return m_readPos;
59}
60
61
62////////////////////////////////////////////////////////////

Callers 1

Packet.test.cppFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected