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

Function disableAutoExpire

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

Source from the content-addressed store, hash-verified

623}
624
625MMKV_EXPORT bool disableAutoExpire(void *handle) {
626 MMKV *kv = static_cast<MMKV *>(handle);
627 if (kv) {
628 return kv->disableAutoKeyExpire();
629 }
630 return false;
631}
632
633MMKV_EXPORT bool enableCompareBeforeSet(void *handle) {
634 MMKV *kv = static_cast<MMKV *>(handle);

Callers

nothing calls this directly

Calls 1

disableAutoKeyExpireMethod · 0.45

Tested by

no test coverage detected