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

Method getRowSize

src/core/common/BitMatrix.ts:448–450  ·  view source on GitHub ↗

* @return The row size of the matrix

()

Source from the content-addressed store, hash-verified

446 * @return The row size of the matrix
447 */
448 public getRowSize(): number /*int*/ {
449 return this.rowSize;
450 }
451
452 /*@Override*/
453 public equals(o: Object): boolean {

Callers 2

xorMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected