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

Method getDataForKey

Core/MMKV_IO.cpp:646–651  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

644}
645
646mmkv::MMBuffer MMKV::getDataForKey(MMKVKey_t key) {
647 if (mmkv_unlikely(m_enableKeyExpire)) {
648 return getDataWithoutMTimeForKey(key);
649 }
650 return getRawDataForKey(key);
651}
652
653#ifndef MMKV_DISABLE_CRYPT
654// for Apple watch simulator

Callers 1

importFromMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected