MCPcopy 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
57void BfBitSet::Set(int idx)
58{
59 mBits[idx / 32] |= (1 << (idx % 32));
60}
61
62void BfBitSet::Clear(int idx)
63{

Callers 1

AllocMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected