MCPcopy Create free account
hub / github.com/Warzone2100/warzone2100 / getNumEntries

Method getNumEntries

lib/netplay/sync_debug.cpp:266–269  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

264 return ~crc; // Invert bits, since everyone else seems to do that with CRCs...
265 }
266 size_t getNumEntries() const
267 {
268 return log.size();
269 }
270 void setGameTime(uint32_t newTime)
271 {
272 time = newTime;

Callers 1

dumpLocalDebugSyncLogFunction · 0.80

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected