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

Method getById

src/renderer/src/stores/interfaces/base.ts:35–35  ·  view source on GitHub ↗

* 根据 ID 获取单个实体

(id: string)

Source from the content-addressed store, hash-verified

33 * 根据 ID 获取单个实体
34 */
35 getById(id: string): T | undefined
36
37 /**
38 * 获取所有实体

Callers 15

getPageStoreInterfaceFunction · 0.65
getAccountStoreInterfaceFunction · 0.65
workspaceStore.tsFile · 0.65
getFolderStoreInterfaceFunction · 0.65
switchAccountFunction · 0.65
getCurrentAccountFunction · 0.65
switchWorkspaceFunction · 0.65
openFolderAsWorkspaceFunction · 0.65
deleteWorkspaceFunction · 0.65
prepareInsertPositionFunction · 0.65
checkPageNameConflictFunction · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected