Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/beefytech/Beef
/ IsSet
Method
IsSet
IDEHelper/Compiler/BfAstAllocator.cpp:27–30 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
25
}
26
27
bool BfBitSet::IsSet(int idx)
28
{
29
return (mBits[idx / 32] & (1 << (idx % 32))) != 0;
30
}
31
32
void BfBitSet::Set(int idx)
33
{
Callers
3
AddInnerTypes
Method · 0.45
ResolveTypeResult
Method · 0.45
UpdateBreakpoints
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected