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

Method getBytes

Libraries/QRCode/tests/BitBuffer.cpp:39–41  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

37
38
39std::vector<uint8_t> qrcodegen::BitBuffer::getBytes() const {
40 return data;
41}
42
43
44void qrcodegen::BitBuffer::appendBits(uint32_t val, int len) {

Callers 3

makeNumericMethod · 0.80
makeAlphanumericMethod · 0.80
encodeSegmentsMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected