MCPcopy 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

getMessageStoreInterfaceFunction · 0.80
extractFunction · 0.80
openPageFunction · 0.80
navigateToMessageFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected