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

Function disableCompareBeforeSet

Android/MMKV/mmkv/src/main/cpp/native-bridge.cpp:1115–1120  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1113}
1114
1115MMKV_JNI void disableCompareBeforeSet(JNIEnv *env, jobject instance) {
1116 MMKV *kv = getMMKV(env, instance);
1117 if (kv) {
1118 kv->disableCompareBeforeSet();
1119 }
1120}
1121
1122MMKV_JNI bool isCompareBeforeSetEnabled(JNIEnv *env, jobject instance) {
1123 MMKV *kv = getMMKV(env, instance);

Callers

nothing calls this directly

Calls 2

getMMKVFunction · 0.85

Tested by

no test coverage detected