MMKV
MMKV copied to clipboard
feat: Create `MMKV::instanceExists(..)`
Adds a static method to the C++ MMKV implementation that checks whether an instance with the given ID exists, or not.
Do I even need to check the CRC file or can I skip that?
Do I even need to check the CRC file or can I skip that?
For existence checking, a CRC file is needed.
Closed due to inactive.