MCPcopy Create free account
hub / github.com/bewcloud/bewcloud / onClickOpenMoveDirectory

Function onClickOpenMoveDirectory

public/components/files/MainFiles.js:291–298  ·  view source on GitHub ↗
(parentPath, name)

Source from the content-addressed store, hash-verified

289 renameDirectoryOrFileModal.value = null;
290 }
291 function onClickOpenMoveDirectory(parentPath, name) {
292 moveDirectoryOrFileModal.value = {
293 isOpen: true,
294 isDirectory: true,
295 path: parentPath,
296 name
297 };
298 }
299 function onClickOpenMoveFile(parentPath, name) {
300 moveDirectoryOrFileModal.value = {
301 isOpen: true,

Callers 2

ListFilesFunction · 0.70
ListPhotosFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected