(parentPath: string)
| 506 | }; |
| 507 | |
| 508 | const handleCreateFileClick = (parentPath: string) => { |
| 509 | setContextMenu(null); |
| 510 | setPromptDialog({ type: 'create-file', parentPath }); |
| 511 | }; |
| 512 | |
| 513 | const handleCreateFolderClick = (parentPath: string) => { |
| 514 | setContextMenu(null); |
no outgoing calls
no test coverage detected