MCPcopy
hub / github.com/InkTimeRecord/TTime / cacheGet

Function cacheGet

src/renderer/src/utils/cacheUtil.ts:10–12  ·  view source on GitHub ↗
(key)

Source from the content-addressed store, hash-verified

8 * @return any
9 */
10export const cacheGet = (key): any => {
11 return cacheGetByType(StoreTypeEnum.CONFIG, key)
12}
13
14/**
15 * 设置

Callers 10

getTranslateServiceMapFunction · 0.90
getOcrServiceMapFunction · 0.90
request.tsFile · 0.90
playSpeechFunction · 0.90
isMemberVipFunction · 0.90
isMemberVipAndKeyFunction · 0.90
saveServiceInfoHandleFunction · 0.90
initNewServiceInfoFunction · 0.90
loadNewServiceInfoFunction · 0.90

Calls 1

cacheGetByTypeFunction · 0.85

Tested by

no test coverage detected