Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ashkulz/NppFTP
/ SetClearCachePermanent
Method
SetClearCachePermanent
src/FTPSettings.cpp:92–95 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
90
}
91
92
int FTPSettings::SetClearCachePermanent(bool clearCachePermanent) {
93
m_clearCachePermanent = clearCachePermanent;
94
return 0;
95
}
96
97
bool FTPSettings::GetOutputShown() const {
98
return m_showOutput;
Callers
1
SaveClearCache
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected