(bytes)
| 52432 | return ""; |
| 52433 | } |
| 52434 | if (buffer[0] === 239 && buffer[1] === 187 && buffer[2] === 191) { |
| 52435 | buffer = buffer.subarray(3); |
| 52436 | } |
| 52437 | const output = textDecoder.decode(buffer); |
| 52438 | return output; |
| 52439 | } |
nothing calls this directly
no test coverage detected
searching dependent graphs…