MCPcopy 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

buildTreeFunction · 0.65
MessageList.tsxFile · 0.65
buildTreeFunction · 0.65
buildPagesTreeFunction · 0.65
buildConfigTreeFunction · 0.65
handleImportFunction · 0.65
buildPagesTreeFunction · 0.65
buildConfigTreeFunction · 0.65
handleExportFunction · 0.65
getCurrentBranchIdsFunction · 0.65
collectDescendantsFunction · 0.65
getTabTypeConfigFunction · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected