MCPcopy Index your code
hub / github.com/nodejs/node / ignoreBOM

Function ignoreBOM

lib/internal/encoding.js:575–579  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

573 },
574
575 get ignoreBOM() {
576 validateDecoder(this);
577 return (this[kFlags] & CONVERTER_FLAGS_IGNORE_BOM) ===
578 CONVERTER_FLAGS_IGNORE_BOM;
579 },
580
581 [inspect](depth, opts) {
582 validateDecoder(this);

Callers

nothing calls this directly

Calls 1

validateDecoderFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…