| 97 | void Close(bool bDeleteFile = false); |
| 98 | |
| 99 | bool IsOpen() const { return MappedAddr != nullptr; } |
| 100 | |
| 101 | /** Pointer to the start of the mapped region (header lives at offset 0). */ |
| 102 | void* GetData() const { return MappedAddr; } |
nothing calls this directly
no outgoing calls
no test coverage detected