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

Method Mode

Libraries/QRCode/tests/QrSegment.cpp:30–35  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

28
29
30qrcodegen::QrSegment::Mode::Mode(int mode, int cc0, int cc1, int cc2) :
31 modeBits(mode) {
32 numBitsCharCount[0] = cc0;
33 numBitsCharCount[1] = cc1;
34 numBitsCharCount[2] = cc2;
35}
36
37
38int qrcodegen::QrSegment::Mode::numCharCountBits(int ver) const {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected