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

Method ~QueueDeleteFile

src/QueueOperation.cpp:661–663  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

659}
660
661QueueDeleteFile::~QueueDeleteFile() {
662 SU::free(m_filePath);
663}
664
665int QueueDeleteFile::Perform() {
666 if (m_doConnect && !m_client->IsConnected()) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected