| 727 | ~MappedFile(); |
| 728 | |
| 729 | MappedFile(const MappedFile&) = delete; |
| 730 | MappedFile& operator=(const MappedFile&) = delete; |
| 731 | MappedFile(MappedFile&& other) noexcept; |
| 732 | MappedFile& operator=(MappedFile&& other) noexcept; |
nothing calls this directly
no outgoing calls
no test coverage detected