Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
39
std::vector<uint8_t> qrcodegen::BitBuffer::getBytes() const {
40
return data;
41
}
42
43
44
void qrcodegen::BitBuffer::appendBits(uint32_t val, int len) {
Callers
3
makeNumeric
Method · 0.80
makeAlphanumeric
Method · 0.80
encodeSegments
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected