Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/InkTimeRecord/TTime
/ oldCacheSet
Function
oldCacheSet
src/renderer/src/utils/cacheUtil.ts:84–86 ·
view source on GitHub ↗
(key, val)
Source
from the content-addressed store, hash-verified
82
* @param val val
83
*/
84
export
const
oldCacheSet = (key, val) => {
85
return
oldCacheSetByObj(key, val, true)
86
}
87
88
/**
89
* 获取
Callers
nothing calls this directly
Calls
1
oldCacheSetByObj
Function · 0.85
Tested by
no test coverage detected