| 168 | } |
| 169 | |
| 170 | bool user::has_nitro_basic() const { |
| 171 | return this->flags & u_nitro_basic; |
| 172 | } |
| 173 | |
| 174 | bool user::is_discord_employee() const { |
| 175 | return this->flags & u_discord_employee; |
nothing calls this directly
no outgoing calls
no test coverage detected