Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
32
static unsigned int IsBugFlagSet(int Bug, unsigned int BugFlags)
33
{
34
return (BugFlags & BugToFlag(Bug)) != 0;
35
}
36
37
static SHA256_DIGEST s(const char *pSha256)
38
{
Callers
2
Contains
Method · 0.85
Dump
Method · 0.85
Calls
1
BugToFlag
Function · 0.85
Tested by
no test coverage detected