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

Method notifyContentLoaded

Core/MMKV.cpp:324–328  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

322}
323
324void MMKV::notifyContentLoaded() {
325 if (g_handler) {
326 g_handler->onMMKVContentLoadSuccessfully(m_mmapID);
327 }
328}
329
330void MMKV::checkContentChanged() {
331 SCOPED_LOCK(m_lock);

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected