(operation, modIDS)
| 141 | }) |
| 142 | |
| 143 | function sendCopyMoveDelete(operation, modIDS) { |
| 144 | serveIPC.windowLib.sendToValidWindow('main', 'files:operation', operation, getCopyMoveDelete(operation, modIDS)) |
| 145 | } |
| 146 | |
| 147 | function getCopyMoveDelete(operation, modIDS, multiSource = null, fileList = null, zipImport = false) { |
| 148 | if ( modIDS === null || modIDS.length !== 0 ) { |
no test coverage detected