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

Method Reset

deps/FtpClient/FTPFileStatus.cpp:117–136  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

115}
116
117void CFTPFileStatus::Reset()
118{
119 m_strName.erase();
120 m_strPath.erase();
121 m_fTryCwd = false;
122 m_fTryRetr = false;
123 m_enSizeType = stUnknown;
124 m_lSize = -1;
125 m_enModificationTimeType = mttUnknown;
126 m_mtime = 0;
127 m_strAttributes.erase();
128 m_strUID.erase();
129 m_strGID.erase();
130 m_strLink.erase();
131 m_enIDType = idUnknown;
132 m_strID.erase();
133#ifdef _DEBUG
134 m_strMTime.erase();
135#endif
136}

Callers 1

ParseMethod · 0.80

Calls 1

eraseMethod · 0.80

Tested by

no test coverage detected