(parentPath, name)
| 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 | } |
no outgoing calls
no test coverage detected