| 67 | ]; |
| 68 | |
| 69 | interface FormatInformation { |
| 70 | errorCorrectionLevel: number; |
| 71 | dataMask: number; |
| 72 | } |
| 73 | |
| 74 | function buildFunctionPatternMask(version: Version): BitMatrix { |
| 75 | const dimension = 17 + 4 * version.versionNumber; |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…