Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/LagrangeDev/LagrangeGo
/ RkeyInfoCacheIsEmpty
Method
RkeyInfoCacheIsEmpty
client/internal/cache/cache.go:141–143 ·
view source on GitHub ↗
RkeyInfoCacheIsEmpty RKey缓存是否为空
()
Source
from the content-addressed store, hash-verified
139
140
// RkeyInfoCacheIsEmpty RKey缓存是否为空
141
func
(c *Cache) RkeyInfoCacheIsEmpty() bool {
142
return
!hasRefreshed[entity.RKeyInfo](c)
143
}
Callers
2
GetCachedRkeyInfo
Method · 0.80
GetCachedRkeyInfos
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected