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

Method IsCwdPossible

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

Source from the content-addressed store, hash-verified

68 const tstring& Name() const { return m_strName; };
69 const tstring& Path() const { return m_strPath; };
70 bool IsCwdPossible() const { return m_fTryCwd; };
71 bool IsRetrPossible() const { return m_fTryRetr; };
72 T_enSizeType SizeType() const { return m_enSizeType; };
73 long Size() const { return m_lSize; };

Callers 1

operator()Method · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected