MCPcopy Create free account
hub / github.com/ashkulz/NppFTP / GetKeyFile

Method GetKeyFile

src/FTPProfile.cpp:408–410  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

406}
407
408const TCHAR* FTPProfile::GetKeyFile() const {
409 return m_keyFile;
410}
411
412int FTPProfile::SetKeyFile(const TCHAR * keyFile) {
413 SU::FreeTChar(m_keyFile);

Callers 1

OnSelectProfileMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected