Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
21
import
{ QRCodeDataMask } from
'@zxing/library'
;
22
23
interface
MaskCondition {
24
isMasked(i: number /*int*/, j: number /*int*/): boolean;
25
}
26
27
/**
28
* @author Sean Owen
Callers
3
unmaskBitMatrix
Method · 0.80
unmaskBitMatrix
Method · 0.80
testMask
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected