MCPcopy Create free account
hub / github.com/Tencent/phxsql / Close

Method Close

phxsqlclient/utils/filelock.cpp:43–46  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

41}
42
43void FileLock::Close() {
44 close(m_iFd);
45 m_iFd = -1;
46}
47
48FileLock::~FileLock() {
49 if (m_iFd > 0)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected