| 93 | |
| 94 | public: |
| 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 |
nothing calls this directly
no outgoing calls
no test coverage detected