MCPcopy Create free account
hub / github.com/creatale/node-dv / decode

Method decode

deps/zxing/core/src/zxing/Reader.cpp:27–29  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

25Reader::~Reader() { }
26
27Ref<Result> Reader::decode(Ref<BinaryBitmap> image) {
28 return decode(image, DecodeHints::DEFAULT_HINT);
29}
30
31}

Callers

nothing calls this directly

Calls 1

decodeFunction · 0.85

Tested by

no test coverage detected