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

Method findByFolderId

src/renderer/src/stores/interfaces/entities.ts:38–38  ·  view source on GitHub ↗

* 根据文件夹 ID 查询页面 * @param folderId 文件夹 ID,undefined 表示根目录

(folderId: string | undefined)

Source from the content-addressed store, hash-verified

36 * @param folderId 文件夹 ID,undefined 表示根目录
37 */
38 findByFolderId(folderId: string | undefined): PageRecord[]
39}
40
41// ==================== Folder Store ====================

Callers 6

getPageStoreInterfaceFunction · 0.80
createPageFunction · 0.80
checkPageNameConflictFunction · 0.80
movePageFunction · 0.80
createFolderFunction · 0.80
getPagesInFolderFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected