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

Method isCompact

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

* @return true if compact instead of full mode

()

Source from the content-addressed store, hash-verified

38 * @return {@code true} if compact instead of full mode
39 */
40 public isCompact(): boolean {
41 return this.compact;
42 }
43
44 public setCompact(compact: boolean): void {
45 this.compact = compact;

Callers 7

extractBitsMethod · 0.45
testEncodeFunction · 0.45
testEncodeDecodeFunction · 0.45
testWriterFunction · 0.45
getOrientationPointsFunction · 0.45

Calls

no outgoing calls

Tested by 5

testEncodeFunction · 0.36
testEncodeDecodeFunction · 0.36
testWriterFunction · 0.36
getOrientationPointsFunction · 0.36