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

Method MemoryFile

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

just forbid it for possibly misuse

Source from the content-addressed store, hash-verified

181
182 // just forbid it for possibly misuse
183 explicit MemoryFile(const MemoryFile &other) = delete;
184 MemoryFile &operator=(const MemoryFile &other) = delete;
185};
186

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected