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

Function isReadOnly

flutter/mmkv_linux/linux/flutter-bridge.cpp:677–683  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

675}
676
677MMKV_EXPORT bool isReadOnly(void *handle) {
678 MMKV *kv = static_cast<MMKV *>(handle);
679 if (kv) {
680 return kv->isReadOnly();
681 }
682 return false;
683}
684
685MMKV_EXPORT void registerErrorHandler(ErrorCallback_t callback) {
686 g_flutterHandler.errorCallback = callback;

Callers

nothing calls this directly

Calls 1

isReadOnlyMethod · 0.80

Tested by

no test coverage detected