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

Method IsPositiveReply

deps/FtpClient/FTPDataTypes.h:401–401  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

399 }
400
401 bool IsPositiveReply() const { return IsPositivePreliminaryReply() || IsPositiveCompletionReply() || IsPositiveIntermediateReply(); }
402 bool IsNegativeReply() const { return IsTransientNegativeCompletionReply() || IsPermanentNegativeCompletionReply(); }
403
404 bool IsPositivePreliminaryReply() const { return m_szCode[0] == _T('1'); }

Callers 2

SimpleErrorCheckMethod · 0.80
RestartMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected