MCPcopy Create free account
hub / github.com/esengine/esengine / handleCreateFileClick

Function handleCreateFileClick

packages/editor-app/src/components/FileTree.tsx:508–511  ·  view source on GitHub ↗
(parentPath: string)

Source from the content-addressed store, hash-verified

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);

Callers 1

getContextMenuItemsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected