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

Method ~QueueUpload

src/QueueOperation.cpp:410–413  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

408}
409
410QueueUpload::~QueueUpload() {
411 SU::FreeTChar(m_localFile);
412 SU::free(m_externalFile);
413}
414
415int QueueUpload::Perform() {
416 if (m_doConnect && !m_client->IsConnected()) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected