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

Function isMultiProcess

flutter/mmkv_win32/windows/flutter-bridge.cpp:670–676  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

668}
669
670MMKV_EXPORT bool isMultiProcess(void *handle) {
671 MMKV *kv = static_cast<MMKV *>(handle);
672 if (kv) {
673 return kv->isMultiProcess();
674 }
675 return false;
676}
677
678MMKV_EXPORT bool isReadOnly(void *handle) {
679 MMKV *kv = static_cast<MMKV *>(handle);

Callers

nothing calls this directly

Calls 1

isMultiProcessMethod · 0.80

Tested by

no test coverage detected