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

Method Size

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

Source from the content-addressed store, hash-verified

71 bool IsRetrPossible() const { return m_fTryRetr; };
72 T_enSizeType SizeType() const { return m_enSizeType; };
73 long Size() const { return m_lSize; };
74 T_enMTimeType MTimeType() const { return m_enModificationTimeType; };
75 time_t MTime() const { return m_mtime; };
76 const tstring& Attributes() const { return m_strAttributes; };

Callers 4

CompareMethod · 0.80
ParseEPLFMethod · 0.80
ParseUNIXStyleListingMethod · 0.80
ParseMSDOSListingMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected