| 52 | void attachFileMemMapping(const Rva &rva); |
| 53 | |
| 54 | [[nodiscard]] bool isValid() const noexcept { |
| 55 | return mPointerSize != 0; |
| 56 | } |
| 57 | |
| 58 | inline void detach() { |
| 59 | mRva = {nullptr, 0}; |
nothing calls this directly
no outgoing calls
no test coverage detected