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

Function disableCompareBeforeSet

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

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected