Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ashkulz/NppFTP
/ ~QueueCreateDir
Method
~QueueCreateDir
src/QueueOperation.cpp:552–554 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
550
}
551
552
QueueCreateDir::~QueueCreateDir() {
553
SU::free(m_dirPath);
554
}
555
556
int QueueCreateDir::Perform() {
557
if (m_doConnect && !m_client->IsConnected()) {
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected