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

Function crcPathWithPath

Core/MMKV.cpp:1721–1723  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1719#endif
1720
1721MMKVPath_t crcPathWithPath(const MMKVPath_t &kvPath) {
1722 return kvPath + CRC_SUFFIX;
1723}
1724
1725MMKVRecoverStrategic onMMKVCRCCheckFail(const string &mmapID) {
1726 if (g_handler) {

Callers 4

MMKVMethod · 0.85
MMKVMethod · 0.85
tryMigrateLegacyMMKVFileFunction · 0.85
getStorageFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected