Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/zxing-js/library
/ createCustomDecoder
Function
createCustomDecoder
src/test/core/util/textEncodingFactory.ts:7–9 ·
view source on GitHub ↗
(e: string)
Source
from the content-addressed store, hash-verified
5
}
6
7
export
function
createCustomDecoder(e: string) {
8
return
new
TextDecoder(e);
9
}
Callers
1
Encoder.spec.ts
File · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected