Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/experdot/pointer
/ load
Method
load
src/renderer/src/stores/interfaces/base.ts:92–92 ·
view source on GitHub ↗
* 加载数据到缓存 * 如果已缓存则直接返回,否则从数据库加载
(key: string)
Source
from the content-addressed store, hash-verified
90
* 如果已缓存则直接返回,否则从数据库加载
91
*/
92
load(key: string): Promise<T>
93
94
/**
95
* 从缓存获取数据(不触发加载)
Callers
4
getMessageStoreInterface
Function · 0.80
extract
Function · 0.80
openPage
Function · 0.80
navigateToMessage
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected