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

Method format

czxing/src/main/cpp/ScanResult.h:29–31  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

27 static jobjectArray obtainResultArray(JNIEnv* env, int size);
28
29 CodeFormat format() const {
30 return m_codeFormat;
31 }
32
33 const std::string& text() const {
34 return m_text;

Callers 2

save_fileMethod · 0.45
zxingDecodeMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected