MCPcopy 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
52bool BfBitSet::IsSet(int idx)
53{
54 return (mBits[idx / 32] & (1 << (idx % 32))) != 0;
55}
56
57void BfBitSet::Set(int idx)
58{

Callers 2

FindFreeRangeMethod · 0.45
FreeMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected