MCPcopy Create free account
hub / github.com/ddnet/ddnet / IsBugFlagSet

Function IsBugFlagSet

src/game/mapbugs.cpp:32–35  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

30}
31
32static unsigned int IsBugFlagSet(int Bug, unsigned int BugFlags)
33{
34 return (BugFlags & BugToFlag(Bug)) != 0;
35}
36
37static SHA256_DIGEST s(const char *pSha256)
38{

Callers 2

ContainsMethod · 0.85
DumpMethod · 0.85

Calls 1

BugToFlagFunction · 0.85

Tested by

no test coverage detected