MCPcopy 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
27bool BfBitSet::IsSet(int idx)
28{
29 return (mBits[idx / 32] & (1 << (idx % 32))) != 0;
30}
31
32void BfBitSet::Set(int idx)
33{

Callers 3

AddInnerTypesMethod · 0.45
ResolveTypeResultMethod · 0.45
UpdateBreakpointsMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected