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

Method IsResumeModeEnabled

deps/FtpClient/FTPClient.cpp:376–379  ·  view source on GitHub ↗

Indicates if the resume mode is set.

Source from the content-addressed store, hash-verified

374
375/// Indicates if the resume mode is set.
376bool CFTPClient::IsResumeModeEnabled() const
377{
378 return m_fResumeIfPossible;
379}
380
381/// Opens the control channel to the FTP server.
382/// @param[in] strServerHost IP-address or name of the server

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected