MCPcopy 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
382bool QrCode::getModule(int x, int y) const {
383 return 0 <= x && x < size && 0 <= y && y < size && module(x, y);
384}
385
386
387void QrCode::drawFunctionPatterns() {

Callers 3

toSvgStringFunction · 0.80
printQrFunction · 0.80
createQrCodeToCvMatFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected