MCPcopy Create free account
hub / github.com/ashkulz/NppFTP / SetAborted

Method SetAborted

src/FTPClientWrapperSSL.cpp:492–495  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

490}
491
492int FtpSSLWrapper::SetAborted(BOOL aborted) {
493 m_isAborted = aborted;
494 return 0;
495}
496
497int FtpSSLWrapper::SetCurrentTotal(long total) {
498 m_currentTotal = total;

Callers 2

AbortMethod · 0.80
OnReturnMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected