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

Function disableCompareBeforeSet

Android/MMKV/mmkv/src/main/cpp/flutter-bridge.cpp:659–665  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

657}
658
659MMKV_EXPORT bool disableCompareBeforeSet(void *handle) {
660 MMKV *kv = static_cast<MMKV *>(handle);
661 if (kv) {
662 return kv->disableCompareBeforeSet();
663 }
664 return false;
665}
666
667MMKV_EXPORT bool isFileValid(const char *mmapID, const char *rootPath) {
668 if (rootPath) {

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected