MCPcopy Create free account
hub / github.com/ashkulz/NppFTP / QueueGetDir

Method QueueGetDir

src/QueueOperation.cpp:449–454  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

447//////////////////////////////////////
448
449QueueGetDir::QueueGetDir(HWND hNotify, const char * dirPath, int notifyCode, void * notifyData) :
450 QueueOperation(QueueTypeDirectoryGet, hNotify, notifyCode, notifyData),
451 m_fileCount(0)
452{
453 m_dirPath = SU::strdup(dirPath);
454}
455
456QueueGetDir::QueueGetDir(HWND hNotify, const char * dirPath, std::vector<char*> inputParentDirs, int notifyCode, void * notifyData) :
457 QueueOperation(QueueTypeDirectoryGet, hNotify, notifyCode, notifyData),

Callers

nothing calls this directly

Calls 1

sizeMethod · 0.80

Tested by

no test coverage detected