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

Method GroupInfoCacheIsEmpty

client/internal/cache/cache.go:136–138  ·  view source on GitHub ↗

GroupInfoCacheIsEmpty 群信息缓存是否为空

()

Source from the content-addressed store, hash-verified

134
135// GroupInfoCacheIsEmpty 群信息缓存是否为空
136func (c *Cache) GroupInfoCacheIsEmpty() bool {
137 return !hasRefreshed[entity.Group](c)
138}
139
140// RkeyInfoCacheIsEmpty RKey缓存是否为空
141func (c *Cache) RkeyInfoCacheIsEmpty() bool {

Callers 2

GetCachedGroupInfoMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected