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

Method isInBackground

Core/MMKV_OSX.cpp:267–274  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

265}
266
267bool 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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected