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

Function onClickOpenRenameDirectory

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

Source from the content-addressed store, hash-verified

212 areBulkOptionsOpen.value = !areBulkOptionsOpen.value;
213 }
214 function onClickOpenRenameDirectory(parentPath, name) {
215 renameDirectoryOrFileModal.value = {
216 isOpen: true,
217 isDirectory: true,
218 parentPath,
219 name
220 };
221 }
222 function onClickOpenRenameFile(parentPath, name) {
223 renameDirectoryOrFileModal.value = {
224 isOpen: true,

Callers 2

ListFilesFunction · 0.70
ListPhotosFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected