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

Function fatal

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

Source from the content-addressed store, hash-verified

568 },
569
570 get fatal() {
571 validateDecoder(this);
572 return (this[kFlags] & CONVERTER_FLAGS_FATAL) === CONVERTER_FLAGS_FATAL;
573 },
574
575 get ignoreBOM() {
576 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…