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

Function encoding

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

Source from the content-addressed store, hash-verified

563// Mix in some shared properties.
564const sharedProperties = ObjectGetOwnPropertyDescriptors({
565 get encoding() {
566 validateDecoder(this);
567 return this[kEncoding];
568 },
569
570 get fatal() {
571 validateDecoder(this);

Callers 5

net-pipe.jsFile · 0.85
net-c2s-cork.jsFile · 0.85
net-c2s.jsFile · 0.85
net-s2c.jsFile · 0.85

Calls 1

validateDecoderFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…