Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
661
QueueDeleteFile::~QueueDeleteFile() {
662
SU::free(m_filePath);
663
}
664
665
int QueueDeleteFile::Perform() {
666
if (m_doConnect && !m_client->IsConnected()) {
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected