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

Function oldCacheGet

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

Source from the content-addressed store, hash-verified

72 * @param key key
73 */
74export const oldCacheGet = (key) => {
75 return oldCacheGetByObj(key, true)
76}
77
78/**
79 * 设置

Callers

nothing calls this directly

Calls 1

oldCacheGetByObjFunction · 0.85

Tested by

no test coverage detected