MCPcopy Create free account
hub / github.com/DSVVA/MHY_Scanner / setFunctionModule

Method setFunctionModule

3rdparty/QR-Code-generator/cpp/qrcodegen.cpp:485–490  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

483
484
485void QrCode::setFunctionModule(int x, int y, bool isDark) {
486 size_t ux = static_cast<size_t>(x);
487 size_t uy = static_cast<size_t>(y);
488 modules .at(uy).at(ux) = isDark;
489 isFunction.at(uy).at(ux) = true;
490}
491
492
493bool QrCode::module(int x, int y) const {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected