MCPcopy 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缓存是否为空
141func (c *Cache) RkeyInfoCacheIsEmpty() bool {
142 return !hasRefreshed[entity.RKeyInfo](c)
143}

Callers 2

GetCachedRkeyInfoMethod · 0.80
GetCachedRkeyInfosMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected