Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/beefytech/Beef
/ IsSet
Method
IsSet
BeefySysLib/util/AllocDebug.cpp:52–55 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
50
}
51
52
bool BfBitSet::IsSet(int idx)
53
{
54
return (mBits[idx / 32] & (1 << (idx % 32))) != 0;
55
}
56
57
void BfBitSet::Set(int idx)
58
{
Callers
2
FindFreeRange
Method · 0.45
Free
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected