Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
492
int FtpSSLWrapper::SetAborted(BOOL aborted) {
493
m_isAborted = aborted;
494
return 0;
495
}
496
497
int FtpSSLWrapper::SetCurrentTotal(long total) {
498
m_currentTotal = total;
Callers
2
Abort
Method · 0.80
OnReturn
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected