just forbid it for possibly misuse
| 115 | |
| 116 | // just forbid it for possibly misuse |
| 117 | explicit File(const File &other) = delete; |
| 118 | File &operator=(const File &other) = delete; |
| 119 | |
| 120 | friend class MemoryFile; |
nothing calls this directly
no outgoing calls
no test coverage detected