| 1592 | } |
| 1593 | |
| 1594 | void MMKV::unRegisterHandler() { |
| 1595 | if (!g_instanceLock) { |
| 1596 | return; |
| 1597 | } |
| 1598 | SCOPED_LOCK(g_instanceLock); |
| 1599 | g_handler = nullptr; |
| 1600 | } |
| 1601 | |
| 1602 | void MMKV::setLogLevel(MMKVLogLevel level) { |
| 1603 | if (!g_instanceLock) { |
nothing calls this directly
no outgoing calls
no test coverage detected