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