Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
*/
93
export
const
oldCacheGetStr = (key) => {
94
return
oldCacheGetByObj(key, false)
95
}
96
97
/**
98
* 设置
Callers
nothing calls this directly
Calls
1
oldCacheGetByObj
Function · 0.85
Tested by
no test coverage detected