* Get the length of the mapped file. * @return length of the mapped file, or 0 if the file is not mapped. */
| 56 | * @return length of the mapped file, or 0 if the file is not mapped. |
| 57 | */ |
| 58 | [[nodiscard]] inline size_t getLength() const noexcept { |
| 59 | return mLength; |
| 60 | } |
| 61 | |
| 62 | /** |
| 63 | * Get is the file is mapped. |
no outgoing calls
no test coverage detected