Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
*/
74
export
const
oldCacheGet = (key) => {
75
return
oldCacheGetByObj(key, true)
76
}
77
78
/**
79
* 设置
Callers
nothing calls this directly
Calls
1
oldCacheGetByObj
Function · 0.85
Tested by
no test coverage detected