MCPcopy Create free account
hub / github.com/experdot/pointer / handleCreateSubFolder

Function handleCreateSubFolder

src/renderer/src/components/panels/Explorer.tsx:111–114  ·  view source on GitHub ↗
(parentFolderId: string)

Source from the content-addressed store, hash-verified

109 }
110
111 const handleCreateSubFolder = async (parentFolderId: string): Promise<void> => {
112 const folder = await createFolder(undefined, undefined, parentFolderId)
113 setSelectedKey(folder.id)
114 }
115
116 const handleToggleMultiSelect = (): void => {
117 setMultiSelect(!multiSelect)

Callers

nothing calls this directly

Calls 1

createFolderFunction · 0.85

Tested by

no test coverage detected