| 322 | } |
| 323 | |
| 324 | void MMKV::notifyContentLoaded() { |
| 325 | if (g_handler) { |
| 326 | g_handler->onMMKVContentLoadSuccessfully(m_mmapID); |
| 327 | } |
| 328 | } |
| 329 | |
| 330 | void MMKV::checkContentChanged() { |
| 331 | SCOPED_LOCK(m_lock); |
nothing calls this directly
no test coverage detected