Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/devilsen/CZXing
/ get
Method
get
czxing/src/main/cpp/zxing/src/BitMatrix.h:85–85 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
83
}
84
85
bool get(int x, int y) const { return get(y * _width + x); }
86
void set(int x, int y, bool val = true) { get(y * _width + x) = val * SET_V; }
87
88
/**
Callers
3
BitMatrix
Class · 0.45
ToBitMatrix
Function · 0.45
ToMatrix
Function · 0.45
Calls
1
get
Function · 0.50
Tested by
no test coverage detected