MCPcopy Create free account
hub / github.com/Tencent/phxsql / ~FileLock

Method ~FileLock

phxsqlclient/utils/filelock.cpp:48–52  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

46}
47
48FileLock::~FileLock() {
49 if (m_iFd > 0)
50 close(m_iFd);
51 m_iFd = -1;
52}
53
54bool FileLock::Fcntl(int iCmd, int iType, int iOffset, int iLen, int iWhence) {
55

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected