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

Method unRegisterHandler

Core/MMKV.cpp:1594–1600  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1592}
1593
1594void MMKV::unRegisterHandler() {
1595 if (!g_instanceLock) {
1596 return;
1597 }
1598 SCOPED_LOCK(g_instanceLock);
1599 g_handler = nullptr;
1600}
1601
1602void MMKV::setLogLevel(MMKVLogLevel level) {
1603 if (!g_instanceLock) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected