MCPcopy Create free account
hub / github.com/brainboxdotcc/DPP / has_nitro_basic

Method has_nitro_basic

src/dpp/user.cpp:170–172  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

168}
169
170bool user::has_nitro_basic() const {
171 return this->flags & u_nitro_basic;
172}
173
174bool user::is_discord_employee() const {
175 return this->flags & u_discord_employee;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected