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

Method isFileValid

Core/MMKV.cpp:431–433  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

429#endif // MMKV_DISABLE_CRYPT
430
431bool MMKV::isFileValid() {
432 return m_file->isFileValid();
433}
434
435// crc
436

Callers 15

tryMigrateLegacyMMKVFileFunction · 0.45
checkProcessModeMethod · 0.45
openIfNeededMethod · 0.45
cleanMayflyFDMethod · 0.45
getActualFileSizeMethod · 0.45
truncateMethod · 0.45
copyFileContentFunction · 0.45
getUniqueFileNameFunction · 0.45
MemoryFileMethod · 0.45

Calls 1

isFileValidFunction · 0.50

Tested by

no test coverage detected