Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ashkulz/NppFTP
/ ~QueueRemoveDir
Method
~QueueRemoveDir
src/QueueOperation.cpp:588–590 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
586
}
587
588
QueueRemoveDir::~QueueRemoveDir() {
589
SU::free(m_dirPath);
590
}
591
592
int QueueRemoveDir::Perform() {
593
if (m_doConnect && !m_client->IsConnected()) {
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected