MCPcopy Create free account
hub / github.com/BohemiaInteractive/CWR / GetError

Method GetError

engine/Poseidon/IO/Streams/FileMapping.cpp:87–91  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

85}
86
87bool FileBufferMapped::GetError() const
88{
89 // no view opened means mapping failed
90 return _mapHandle == nullptr || _view == nullptr;
91}
92
93bool FileBufferMapped::IsFromBank(QFBank* bank) const
94{

Callers 8

SetupMethod · 0.45
TransferIntMethod · 0.45
ParseBinMethod · 0.45
SaveBinMethod · 0.45
openMethod · 0.45
OpenFileBufferAutoFunction · 0.45
TryOpenMappedBankAccessFunction · 0.45
ReadMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected