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

Function mkSpecialCharacterFileDirectory

Core/MMKV.cpp:1610–1613  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1608}
1609
1610static void mkSpecialCharacterFileDirectory() {
1611 MMKVPath_t path = g_realRootDir + MMKV_PATH_SLASH + SPECIAL_CHARACTER_DIRECTORY_NAME;
1612 mkPath(path);
1613}
1614
1615template <typename T>
1616static string md5(const basic_string<T> &value) {

Callers

nothing calls this directly

Calls 1

mkPathFunction · 0.70

Tested by

no test coverage detected