Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ashkulz/NppFTP
/ GetType
Method
GetType
src/FTPClientWrapper.cpp:46–48 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
44
}
45
46
Client_Type FTPClientWrapper::GetType() {
47
return m_type;
48
}
49
50
int FTPClientWrapper::SetTimeout(int timeout) {
51
m_timeout = timeout;
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected