| 75 | } |
| 76 | |
| 77 | MMKVRecoverStrategic onMMKVCRCCheckFail(const std::string &mmapID) override { |
| 78 | if (g_errorHandler) { |
| 79 | return g_errorHandler(mmapID, MMKVErrorType::MMKVCRCCheckFail); |
| 80 | } |
| 81 | return OnErrorDiscard; |
| 82 | } |
| 83 | |
| 84 | MMKVRecoverStrategic onMMKVFileLengthError(const std::string &mmapID) override { |
| 85 | if (g_errorHandler) { |
nothing calls this directly
no outgoing calls
no test coverage detected