MCPcopy Create free account
hub / github.com/Predelnik/DSpellCheck / IsDot

Method IsDot

deps/FtpClient/FTPFileStatus.h:82–82  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

80 T_enIDType IDType() const { return m_enIDType; };
81 const tstring& ID() const { return m_strID; };
82 bool IsDot() const { return m_strName==_T(".") || m_strName==_T(".."); };
83#ifdef _DEBUG
84 const tstring& MTimeStr() const { return m_strMTime; };
85#endif

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected