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

Function updateFolder

src/renderer/src/services/pagesService.ts:283–285  ·  view source on GitHub ↗
(id: string, updates: Partial<PageFolder>)

Source from the content-addressed store, hash-verified

281
282// 更新文件夹
283export async function updateFolder(id: string, updates: Partial<PageFolder>): Promise<void> {
284 await stores.folder.update(id, updates)
285}
286
287// 递归获取所有子文件夹 ID
288function getAllSubFolderIds(folderId: string, folders: PageFolder[]): string[] {

Callers 3

ExplorerFunction · 0.85
ConfigTreeFunction · 0.85
TreeViewFunction · 0.85

Calls 1

updateMethod · 0.65

Tested by

no test coverage detected