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

Method SetName

src/FTPProfile.cpp:241–245  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

239}
240
241int FTPProfile::SetName(const TCHAR * name) {
242 SU::FreeTChar(m_name);
243 m_name = SU::DupString(name);
244 return 0;
245}
246
247const TCHAR* FTPProfile::GetParent() const {
248 return m_parent;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected