| 56 | } |
| 57 | |
| 58 | inline void detach() { |
| 59 | mRva = {nullptr, 0}; |
| 60 | mPointerSize = 0; |
| 61 | mArchitecture = 0; |
| 62 | } |
| 63 | |
| 64 | [[nodiscard]] inline int getPointerSize() const noexcept { |
| 65 | return mPointerSize; |
nothing calls this directly
no outgoing calls
no test coverage detected