MCPcopy Create free account
hub / github.com/ashkulz/NppFTP / ~QueueRenameFile

Method ~QueueRenameFile

src/QueueOperation.cpp:698–701  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

696}
697
698QueueRenameFile::~QueueRenameFile() {
699 SU::free(m_filePath);
700 SU::free(m_newPath);
701}
702
703int QueueRenameFile::Perform() {
704 if (m_doConnect && !m_client->IsConnected()) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected