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

Function onClickOpenRenameFile

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

Source from the content-addressed store, hash-verified

220 };
221 }
222 function onClickOpenRenameFile(parentPath, name) {
223 renameDirectoryOrFileModal.value = {
224 isOpen: true,
225 isDirectory: false,
226 parentPath,
227 name
228 };
229 }
230 function onClickCloseRename() {
231 renameDirectoryOrFileModal.value = null;
232 }

Callers 2

ListFilesFunction · 0.70
ListPhotosFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected