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

Method ~QueueChmodFile

src/QueueOperation.cpp:780–783  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

778}
779
780QueueChmodFile::~QueueChmodFile() {
781 SU::free(m_filePath);
782 SU::free(m_newMode);
783}
784
785int QueueChmodFile::Perform() {
786 if (m_doConnect && !m_client->IsConnected()) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected