MCPcopy Create free account
hub / github.com/OGSR/OGSR-Engine / ~CPackReader

Method ~CPackReader

ogsr_engine/xrCore/FS.cpp:408–415  ·  view source on GitHub ↗

--------------------------------------------------- pack stream

Source from the content-addressed store, hash-verified

406//---------------------------------------------------
407// pack stream
408CPackReader::~CPackReader()
409{
410#ifdef DEBUG
411 unregister_file_mapping(base_address, Size);
412#endif // DEBUG
413
414 UnmapViewOfFile(base_address);
415};
416//---------------------------------------------------
417
418CVirtualFileReader::CVirtualFileReader(const char* cFileName)

Callers

nothing calls this directly

Calls 1

unregister_file_mappingFunction · 0.85

Tested by

no test coverage detected