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

Method unlock

Core/InterProcessLock.h:115–119  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

113 }
114
115 void unlock() {
116 if (m_enable) {
117 m_fileLock->unlock(m_lockType);
118 }
119 }
120};
121
122} // namespace mmkv

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected