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

Method RefreshAllGroup

client/internal/cache/operation.go:63–65  ·  view source on GitHub ↗

RefreshAllGroup 刷新所有群的群信息缓存

(groupCache map[uint32]*entity.Group)

Source from the content-addressed store, hash-verified

61
62// RefreshAllGroup 刷新所有群的群信息缓存
63func (c *Cache) RefreshAllGroup(groupCache map[uint32]*entity.Group) {
64 refreshAllCacheOf(c, groupCache)
65}
66
67// RefreshAllRKeyInfo 刷新所有RKey缓存
68func (c *Cache) RefreshAllRKeyInfo(rkeyCache entity.RKeyMap) {

Callers 2

RefreshAllMethod · 0.95
RefreshAllGroupsInfoMethod · 0.80

Calls 1

refreshAllCacheOfFunction · 0.85

Tested by

no test coverage detected