MCPcopy Create free account
hub / github.com/NoMercy-ac/NoMercy / Size

Method Size

Source/Client/NM_Engine/MappedFile.cpp:167–170  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

165
166
167DWORD CMappedFile::Size()
168{
169 return m_dwBufLinkSize;
170}
171
172DWORD CMappedFile::GetPosition()
173{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected