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

Method ValidType

src/Windows/QueueWindow.cpp:223–229  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

221}
222
223bool QueueWindow::ValidType(QueueOperation::QueueType type) {
224 return (
225 type == QueueOperation::QueueTypeDownload ||
226 type == QueueOperation::QueueTypeDownloadHandle ||
227 type == QueueOperation::QueueTypeUpload
228 );
229}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected