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

Function enableCompareBeforeSet

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

Source from the content-addressed store, hash-verified

649}
650
651MMKV_EXPORT bool enableCompareBeforeSet(void *handle) {
652 MMKV *kv = static_cast<MMKV *>(handle);
653 if (kv) {
654 return kv->enableCompareBeforeSet();
655 }
656 return false;
657}
658
659MMKV_EXPORT bool disableCompareBeforeSet(void *handle) {
660 MMKV *kv = static_cast<MMKV *>(handle);

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected