MCPcopy Create free account
hub / github.com/devilsen/CZXing / get

Method get

czxing/src/main/cpp/zxing/src/BitArray.h:57–57  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

55 int sizeInBytes() const noexcept { return (size() + 7) / 8; }
56
57 bool get(int i) const { return _bits.at(i) != 0; }
58 void set(int i, bool val) { _bits.at(i) = val; }
59
60 // If you know exactly how may bits you are going to iterate

Callers 15

readMethod · 0.45
subscribeMethod · 0.45
readMethod · 0.45
LumImageMethod · 0.45
dataMethod · 0.45
SampleGridFunction · 0.45
writeMethod · 0.45
ToSVGFunction · 0.45
InflateFunction · 0.45
DeflateFunction · 0.45

Calls 1

atMethod · 0.45

Tested by

no test coverage detected