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

Function mmkvInitialize

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

Source from the content-addressed store, hash-verified

115}
116
117MMKV_EXPORT void mmkvInitialize(const char *rootDir, int32_t logLevel) {
118 mmkvInitialize_v2(rootDir, nullptr, 0, logLevel, nullptr);
119}
120
121MMKV_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,

Callers

nothing calls this directly

Calls 1

mmkvInitialize_v2Function · 0.70

Tested by

no test coverage detected