| 115 | } |
| 116 | |
| 117 | MMKV_EXPORT void mmkvInitialize(const char *rootDir, int32_t logLevel) { |
| 118 | mmkvInitialize_v2(rootDir, nullptr, 0, logLevel, nullptr); |
| 119 | } |
| 120 | |
| 121 | MMKV_EXPORT void *getMMKVWithID(const char *mmapID, int32_t mode, const char *cryptKey, const char *rootPath, |
| 122 | size_t expectedCapacity, bool fromNameSpace, bool aes256, int32_t enableKeyExpire, |
nothing calls this directly
no test coverage detected