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

Function isMultiProcess

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

Source from the content-addressed store, hash-verified

682}
683
684MMKV_EXPORT bool isMultiProcess(void *handle) {
685 MMKV *kv = static_cast<MMKV *>(handle);
686 if (kv) {
687 return kv->isMultiProcess();
688 }
689 return false;
690}
691
692MMKV_EXPORT bool isReadOnly(void *handle) {
693 MMKV *kv = static_cast<MMKV *>(handle);

Callers

nothing calls this directly

Calls 1

isMultiProcessMethod · 0.80

Tested by

no test coverage detected