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