Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/InkTimeRecord/TTime
/ cacheGet
Function
cacheGet
src/renderer/src/utils/cacheUtil.ts:10–12 ·
view source on GitHub ↗
(key)
Source
from the content-addressed store, hash-verified
8
* @
return
any
9
*/
10
export
const
cacheGet = (key): any => {
11
return
cacheGetByType(StoreTypeEnum.CONFIG, key)
12
}
13
14
/**
15
* 设置
Callers
10
getTranslateServiceMap
Function · 0.90
getOcrServiceMap
Function · 0.90
request.ts
File · 0.90
playSpeech
Function · 0.90
isMemberVip
Function · 0.90
isMemberVipAndKey
Function · 0.90
saveServiceInfoHandle
Function · 0.90
initNewServiceInfo
Function · 0.90
loadNewServiceInfo
Function · 0.90
TTimeAIChannelRequest
Class · 0.90
Calls
1
cacheGetByType
Function · 0.85
Tested by
no test coverage detected