MCPcopy
hub / github.com/cozmo/jsQR / FormatInformation

Interface FormatInformation

src/decoder/decoder.ts:69–72  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

67];
68
69interface FormatInformation {
70 errorCorrectionLevel: number;
71 dataMask: number;
72}
73
74function buildFunctionPatternMask(version: Version): BitMatrix {
75 const dimension = 17 + 4 * version.versionNumber;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…