MCPcopy Create free account
hub / github.com/FSGModding/FSG_Mod_Assistant / sendCopyMoveDelete

Function sendCopyMoveDelete

modAssist_main.js:143–145  ·  view source on GitHub ↗
(operation, modIDS)

Source from the content-addressed store, hash-verified

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

Callers 1

modAssist_main.jsFile · 0.85

Calls 2

getCopyMoveDeleteFunction · 0.85
sendToValidWindowMethod · 0.80

Tested by

no test coverage detected