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

Method isFileLockValid

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

Source from the content-addressed store, hash-verified

46
47# ifndef MMKV_WIN32
48 bool isFileLockValid() const { return m_fd >= 0; }
49# ifdef MMKV_ANDROID
50 const bool m_useFcntlLock; // fcntl(F_OFD_SETLK)
51 const bool m_isAshmem; // fcntl(F_SETLK)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected