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

Method IsOpened

phxsqlclient/utils/filelock.h:229–231  ·  view source on GitHub ↗

! *\brief ������ļ��Ƿ�opened. * */

Source from the content-addressed store, hash-verified

227 *
228 */
229 inline bool IsOpened() {
230 return m_iFd != -1;
231 }
232};
233
234}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected