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

Method getCodeWords

src/core/aztec/encoder/AztecCode.ts:73–75  ·  view source on GitHub ↗

* @return number of data codewords

()

Source from the content-addressed store, hash-verified

71 * @return number of data codewords
72 */
73 public getCodeWords(): int {
74 return this.codeWords;
75 }
76
77 public setCodeWords(codeWords: int): void {
78 this.codeWords = codeWords;

Callers 2

testEncodeDecodeFunction · 0.80
testWriterFunction · 0.80

Calls

no outgoing calls

Tested by 2

testEncodeDecodeFunction · 0.64
testWriterFunction · 0.64