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

Function enableCompareBeforeSet

flutter/mmkv_linux/linux/flutter-bridge.cpp:633–639  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

631}
632
633MMKV_EXPORT bool enableCompareBeforeSet(void *handle) {
634 MMKV *kv = static_cast<MMKV *>(handle);
635 if (kv) {
636 return kv->enableCompareBeforeSet();
637 }
638 return false;
639}
640
641MMKV_EXPORT bool disableCompareBeforeSet(void *handle) {
642 MMKV *kv = static_cast<MMKV *>(handle);

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected