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

Function disableAutoExpire

Android/MMKV/mmkv/src/main/cpp/flutter-bridge.cpp:643–649  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

641}
642
643MMKV_EXPORT bool disableAutoExpire(void *handle) {
644 MMKV *kv = static_cast<MMKV *>(handle);
645 if (kv) {
646 return kv->disableAutoKeyExpire();
647 }
648 return false;
649}
650
651MMKV_EXPORT bool enableCompareBeforeSet(void *handle) {
652 MMKV *kv = static_cast<MMKV *>(handle);

Callers

nothing calls this directly

Calls 1

disableAutoKeyExpireMethod · 0.45

Tested by

no test coverage detected