MCPcopy Create free account
hub / github.com/Tencent/MMKV / File

Method File

Core/MemoryFile.h:117–117  ·  view source on GitHub ↗

just forbid it for possibly misuse

Source from the content-addressed store, hash-verified

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;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected