Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/InkTimeRecord/TTime
/ isMemberVipAndKey
Function
isMemberVipAndKey
src/renderer/src/utils/memberUtil.ts:24–29 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
22
* 是否为会员 并且 已配置秘钥
23
*/
24
export
const
isMemberVipAndKey = (): boolean => {
25
return
(
26
isMemberVip() &&
27
isNotNull(cacheGet(
'translateServiceKey'
))
28
)
29
}
30
31
/**
32
* 保存服务信息事件
Callers
3
saveServiceInfoHandle
Function · 0.85
initNewServiceInfo
Function · 0.85
loadNewServiceInfo
Function · 0.85
Calls
3
isNotNull
Function · 0.90
cacheGet
Function · 0.90
isMemberVip
Function · 0.70
Tested by
no test coverage detected