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