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

Class BitBucket

Libraries/QRCode/src/qrcode.c:168–172  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

166
167
168typedef struct BitBucket {
169 uint32_t bitOffsetOrWidth;
170 uint16_t capacityBytes;
171 uint8_t *data;
172} BitBucket;
173
174/*
175void bb_dump(BitBucket *bitBuffer) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected