FriendCacheIsEmpty 好友信息缓存是否为空
()
| 116 | |
| 117 | // FriendCacheIsEmpty 好友信息缓存是否为空 |
| 118 | func (c *Cache) FriendCacheIsEmpty() bool { |
| 119 | return !hasRefreshed[entity.User](c) |
| 120 | } |
| 121 | |
| 122 | // GroupMembersCacheIsEmpty 群成员缓存是否为空 |
| 123 | func (c *Cache) GroupMembersCacheIsEmpty() bool { |
no outgoing calls
no test coverage detected