MCPcopy 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
92int FTPSettings::SetClearCachePermanent(bool clearCachePermanent) {
93 m_clearCachePermanent = clearCachePermanent;
94 return 0;
95}
96
97bool FTPSettings::GetOutputShown() const {
98 return m_showOutput;

Callers 1

SaveClearCacheMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected