| 4194 | let bytes = new Uint8Array(buffer); |
| 4195 | let decoderList = []; |
| 4196 | let normalize = label => String(label || "").trim().toLowerCase(); |
| 4197 | let addAlias = (name, aliases) => { |
| 4198 | if (aliases.indexOf(normalizedPreferred) !== -1) { |
| 4199 | pushDecoder(name); |
no outgoing calls
no test coverage detected