| 221 | } |
| 222 | |
| 223 | bool QueueWindow::ValidType(QueueOperation::QueueType type) { |
| 224 | return ( |
| 225 | type == QueueOperation::QueueTypeDownload || |
| 226 | type == QueueOperation::QueueTypeDownloadHandle || |
| 227 | type == QueueOperation::QueueTypeUpload |
| 228 | ); |
| 229 | } |
nothing calls this directly
no outgoing calls
no test coverage detected