MCPcopy Create free account
hub / github.com/LagrangeDev/LagrangeGo / RefreshAllRKeyInfo

Method RefreshAllRKeyInfo

client/internal/cache/operation.go:68–70  ·  view source on GitHub ↗

RefreshAllRKeyInfo 刷新所有RKey缓存

(rkeyCache entity.RKeyMap)

Source from the content-addressed store, hash-verified

66
67// RefreshAllRKeyInfo 刷新所有RKey缓存
68func (c *Cache) RefreshAllRKeyInfo(rkeyCache entity.RKeyMap) {
69 refreshAllCacheOf(c, rkeyCache)
70}

Callers 2

RefreshAllMethod · 0.95

Calls 1

refreshAllCacheOfFunction · 0.85

Tested by

no test coverage detected