Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
431
bool MMKV::isFileValid() {
432
return m_file->isFileValid();
433
}
434
435
// crc
436
Callers
15
backupOneToDirectoryByFilePath
Function · 0.45
restoreOneFromDirectoryByFilePath
Function · 0.45
restoreOneFromDirectory
Method · 0.45
tryMigrateLegacyMMKVFile
Function · 0.45
checkProcessMode
Method · 0.45
openIfNeeded
Method · 0.45
cleanMayflyFD
Method · 0.45
getActualFileSize
Method · 0.45
truncate
Method · 0.45
copyFileContent
Function · 0.45
getUniqueFileName
Function · 0.45
MemoryFile
Method · 0.45
Calls
1
isFileValid
Function · 0.50
Tested by
no test coverage detected