Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
25
Reader::~Reader() { }
26
27
Ref<Result> Reader::decode(Ref<BinaryBitmap> image) {
28
return decode(image, DecodeHints::DEFAULT_HINT);
29
}
30
31
}
Callers
nothing calls this directly
Calls
1
decode
Function · 0.85
Tested by
no test coverage detected