MCPcopy Create free account
hub / github.com/ddnet/ddnet / SizeOffset

Method SizeOffset

src/engine/shared/datafile.cpp:114–118  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

112 int m_DataSize;
113
114 constexpr size_t SizeOffset()
115 {
116 // The size of these members is not included in m_Size and m_Swaplen
117 return sizeof(m_aId) + sizeof(m_Version) + sizeof(m_Size) + sizeof(m_Swaplen);
118 }
119};
120
121class CDatafileInfo

Callers 2

OpenMethod · 0.80
FinishMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected