Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
getPageStoreInterface
Function · 0.65
getAccountStoreInterface
Function · 0.65
workspaceStore.ts
File · 0.65
getWorkspaceStoreInterface
Function · 0.65
getFolderStoreInterface
Function · 0.65
switchAccount
Function · 0.65
getCurrentAccount
Function · 0.65
switchWorkspace
Function · 0.65
openFolderAsWorkspace
Function · 0.65
deleteWorkspace
Function · 0.65
prepareInsertPosition
Function · 0.65
checkPageNameConflict
Function · 0.65
Calls
no outgoing calls
Tested by
no test coverage detected