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

Method encodeText

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

Source from the content-addressed store, hash-verified

245
246
247QrCode QrCode::encodeText(const char *text, Ecc ecl) {
248 vector<QrSegment> segs = QrSegment::makeSegments(text);
249 return encodeSegments(segs, ecl);
250}
251
252
253QrCode QrCode::encodeBinary(const vector<uint8_t> &data, Ecc ecl) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected