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

Function onMMKVFileLengthError

Core/MMKV.cpp:1732–1737  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1730}
1731
1732MMKVRecoverStrategic onMMKVFileLengthError(const string &mmapID) {
1733 if (g_handler) {
1734 return g_handler->onMMKVFileLengthError(mmapID);
1735 }
1736 return OnErrorDiscard;
1737}
1738
1739// NameSpace
1740

Callers 1

checkDataValidMethod · 0.85

Calls 1

onMMKVFileLengthErrorMethod · 0.65

Tested by

no test coverage detected