MCPcopy Create free account
hub / github.com/devilsen/CZXing / text

Method text

czxing/src/main/cpp/zxing/src/Result.cpp:60–63  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

58}
59
60std::string Result::text(TextMode mode) const
61{
62 return _content.text(mode);
63}
64
65std::string Result::text() const
66{

Callers 1

zxingDecodeMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected