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

Function enableCompareBeforeSet

OpenHarmony/MMKV/src/main/cpp/flutter-bridge.cpp:648–654  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected