| 265 | } |
| 266 | |
| 267 | bool MMKV::isInBackground() { |
| 268 | if (!g_instanceLock) { |
| 269 | return true; |
| 270 | } |
| 271 | SCOPED_LOCK(g_instanceLock); |
| 272 | |
| 273 | return g_isInBackground; |
| 274 | } |
| 275 | |
| 276 | # endif // MMKV_IOS |
| 277 |
nothing calls this directly
no outgoing calls
no test coverage detected