MCPcopy Create free account
hub / github.com/TactilityProject/Tactility / getBitLength

Method getBitLength

Libraries/QRCode/tests/BitBuffer.cpp:34–36  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

32
33
34int qrcodegen::BitBuffer::getBitLength() const {
35 return bitLength;
36}
37
38
39std::vector<uint8_t> qrcodegen::BitBuffer::getBytes() const {

Callers 3

makeNumericMethod · 0.80
makeAlphanumericMethod · 0.80
encodeSegmentsMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected