Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TactilityProject/Tactility
/ Ecc
Method
Ecc
Libraries/QRCode/tests/QrCode.cpp:34–36 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
32
33
34
qrcodegen::QrCode::Ecc::Ecc(int ord, int fb) :
35
ordinal(ord),
36
formatBits(fb) {}
37
38
39
const qrcodegen::QrCode::Ecc qrcodegen::QrCode::Ecc::LOW (0, 1);
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected