Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DSVVA/MHY_Scanner
/ getModule
Method
getModule
3rdparty/QR-Code-generator/cpp/qrcodegen.cpp:382–384 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
380
381
382
bool QrCode::getModule(int x, int y) const {
383
return 0 <= x && x < size && 0 <= y && y < size && module(x, y);
384
}
385
386
387
void QrCode::drawFunctionPatterns() {
Callers
3
toSvgString
Function · 0.80
printQr
Function · 0.80
createQrCodeToCvMat
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected