Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ashkulz/NppFTP
/ IsConnected
Method
IsConnected
src/FTPClientWrapper.cpp:73–75 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
71
}
72
73
bool FTPClientWrapper::IsConnected() {
74
return m_connected;
75
}
76
77
int FTPClientWrapper::Abort() {
78
m_aborting = true;
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected