Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
testEncodeDecode
Function · 0.80
testWriter
Function · 0.80
Calls
no outgoing calls
Tested by
2
testEncodeDecode
Function · 0.64
testWriter
Function · 0.64