| 62 | } |
| 63 | |
| 64 | [[nodiscard]] inline int getPointerSize() const noexcept { |
| 65 | return mPointerSize; |
| 66 | } |
| 67 | |
| 68 | [[nodiscard]] inline int getArchitecture() const noexcept { |
| 69 | return mArchitecture; |
nothing calls this directly
no outgoing calls
no test coverage detected