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

Method ~QueueDownloadHandle

src/QueueOperation.cpp:280–282  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

278}
279
280QueueDownloadHandle::~QueueDownloadHandle() {
281 SU::free(m_externalFile);
282}
283
284int QueueDownloadHandle::Perform() {
285 if (m_doConnect && !m_client->IsConnected()) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected