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

Method highLevelDecode

src/core/aztec/decoder/Decoder.ts:88–90  ·  view source on GitHub ↗
(correctedBits: boolean[])

Source from the content-addressed store, hash-verified

86
87 // This method is used for testing the high-level encoder
88 public static highLevelDecode(correctedBits: boolean[]): string {
89 return this.getEncodedData(correctedBits);
90 }
91
92 /**
93 * Gets the string encoded in the aztec code bits

Callers 1

Calls 1

getEncodedDataMethod · 0.95

Tested by 1