MCPcopy
hub / github.com/zxing-js/library / MaskCondition

Interface MaskCondition

src/test/core/qrcode/decoder/DataMask.spec.ts:23–25  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

21import { QRCodeDataMask } from '@zxing/library';
22
23interface MaskCondition {
24 isMasked(i: number /*int*/, j: number /*int*/): boolean;
25}
26
27/**
28 * @author Sean Owen

Callers 3

unmaskBitMatrixMethod · 0.80
unmaskBitMatrixMethod · 0.80
testMaskFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected