just forbid it for possibly misuse
| 181 | |
| 182 | // just forbid it for possibly misuse |
| 183 | explicit MemoryFile(const MemoryFile &other) = delete; |
| 184 | MemoryFile &operator=(const MemoryFile &other) = delete; |
| 185 | }; |
| 186 |
nothing calls this directly
no outgoing calls
no test coverage detected