Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/beefytech/Beef
/ Set
Method
Set
BeefySysLib/util/AllocDebug.cpp:57–60 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
55
}
56
57
void BfBitSet::Set(int idx)
58
{
59
mBits[idx / 32] |= (1 << (idx % 32));
60
}
61
62
void BfBitSet::Clear(int idx)
63
{
Callers
1
Alloc
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected