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

Method IsAborted

src/FTPClientWrapperSSL.cpp:549–551  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

547}
548
549BOOL FtpSSLWrapper::IsAborted() {
550 return m_isAborted;
551}
552
553int FtpSSLWrapper::OnLoadCertificates(SSL_CTX * ctx) {
554 if (!m_certificates)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected