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

Function isReadOnly

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

Source from the content-addressed store, hash-verified

1159}
1160
1161MMKV_JNI jboolean isReadOnly(JNIEnv *env, jobject instance) {
1162 MMKV *kv = getMMKV(env, instance);
1163 if (kv) {
1164 return (jboolean) kv->isReadOnly();
1165 }
1166 return jboolean(false);
1167}
1168
1169MMKV_JNI jboolean getNameSpace(JNIEnv *env, jclass type, jstring rootPath) {
1170 if (rootPath) {

Callers

nothing calls this directly

Calls 2

getMMKVFunction · 0.85
isReadOnlyMethod · 0.80

Tested by

no test coverage detected