Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/experdot/pointer
/ get
Method
get
src/renderer/src/stores/interfaces/base.ts:97–97 ·
view source on GitHub ↗
* 从缓存获取数据(不触发加载)
(key: string)
Source
from the content-addressed store, hash-verified
95
* 从缓存获取数据(不触发加载)
96
*/
97
get(key: string): T | undefined
98
99
/**
100
* 检查是否已缓存
Callers
15
buildTree
Function · 0.65
MessageList.tsx
File · 0.65
buildTree
Function · 0.65
buildPagesTree
Function · 0.65
buildConfigTree
Function · 0.65
handleImport
Function · 0.65
buildPagesTree
Function · 0.65
buildConfigTree
Function · 0.65
handleExport
Function · 0.65
getCurrentBranchIds
Function · 0.65
collectDescendants
Function · 0.65
getTabTypeConfig
Function · 0.65
Calls
no outgoing calls
Tested by
no test coverage detected