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

Function oldCacheGetStr

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

Source from the content-addressed store, hash-verified

91 * @param key key
92 */
93export const oldCacheGetStr = (key) => {
94 return oldCacheGetByObj(key, false)
95}
96
97/**
98 * 设置

Callers

nothing calls this directly

Calls 1

oldCacheGetByObjFunction · 0.85

Tested by

no test coverage detected