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

Method ~QueueCopyFile

src/QueueOperation.cpp:328–331  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

326}
327
328QueueCopyFile::~QueueCopyFile() {
329 SU::free(m_externalFile);
330 SU::free(m_target);
331}
332
333int QueueCopyFile::Perform() {
334 if (m_doConnect && !m_client->IsConnected()) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected