| 166 | |
| 167 | |
| 168 | typedef struct BitBucket { |
| 169 | uint32_t bitOffsetOrWidth; |
| 170 | uint16_t capacityBytes; |
| 171 | uint8_t *data; |
| 172 | } BitBucket; |
| 173 | |
| 174 | /* |
| 175 | void bb_dump(BitBucket *bitBuffer) { |
nothing calls this directly
no outgoing calls
no test coverage detected