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

Function disableCompareBeforeSet

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

Source from the content-addressed store, hash-verified

639}
640
641MMKV_EXPORT bool disableCompareBeforeSet(void *handle) {
642 MMKV *kv = static_cast<MMKV *>(handle);
643 if (kv) {
644 return kv->disableCompareBeforeSet();
645 }
646 return false;
647}
648
649MMKV_EXPORT bool isFileValid(const char *mmapID, const char *rootPath) {
650 if (rootPath) {

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected