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

Method InterProcessLock

Core/InterProcessLock.h:95–98  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

93
94public:
95 InterProcessLock(FileLock *fileLock, LockType lockType)
96 : m_fileLock(fileLock), m_lockType(lockType), m_enable(true) {
97 MMKV_ASSERT(m_fileLock);
98 }
99
100 bool m_enable;
101

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected