Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ashkulz/NppFTP
/ ~QueueCreateFile
Method
~QueueCreateFile
src/QueueOperation.cpp:624–626 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
622
}
623
624
QueueCreateFile::~QueueCreateFile() {
625
SU::free(m_filePath);
626
}
627
628
int QueueCreateFile::Perform() {
629
if (m_doConnect && !m_client->IsConnected()) {
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected