Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/devilsen/CZXing
/ height
Method
height
czxing/src/main/cpp/zxing/src/BitMatrix.h:131–131 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
129
int width() const { return _width; }
130
131
int height() const { return _height; }
132
133
bool empty() const { return _bits.empty(); }
134
Callers
2
ToBitMatrix
Function · 0.45
ToMatrix
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected