* Get is the file is mapped. * @return true if the file is mapped, false otherwise. */
| 64 | * @return true if the file is mapped, false otherwise. |
| 65 | */ |
| 66 | [[nodiscard]] inline bool isValid() const noexcept { |
| 67 | return mAddress != nullptr && mLength != 0; |
| 68 | } |
| 69 | |
| 70 | /** |
| 71 | * Unmap the file. |
nothing calls this directly
no outgoing calls
no test coverage detected