MCPcopy
hub / github.com/di-sukharev/opencommit / utf8DecodeWithoutBOM

Function utf8DecodeWithoutBOM

out/cli.cjs:3467–3469  ·  view source on GitHub ↗
(bytes)

Source from the content-addressed store, hash-verified

3465 return utf8Encoder.encode(string);
3466 }
3467 function utf8DecodeWithoutBOM(bytes) {
3468 return utf8Decoder.decode(bytes);
3469 }
3470 module2.exports = {
3471 utf8Encode,
3472 utf8DecodeWithoutBOM

Callers 2

parseHostFunction · 0.85
parseUrlencodedFunction · 0.85

Calls 1

decodeMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…