MCPcopy Index your code
hub / github.com/nodejs/node / [kInspect]

Method [kInspect]

lib/internal/webstreams/encoding.js:111–119  ·  view source on GitHub ↗
(depth, options)

Source from the content-addressed store, hash-verified

109 }
110
111 [kInspect](depth, options) {
112 if (this == null)
113 throw new ERR_INVALID_THIS('TextEncoderStream');
114 return customInspect(depth, options, 'TextEncoderStream', {
115 encoding: this.#handle.encoding,
116 readable: this.#transform.readable,
117 writable: this.#transform.writable,
118 });
119 }
120}
121
122class TextDecoderStream {

Callers

nothing calls this directly

Calls 1

customInspectFunction · 0.70

Tested by

no test coverage detected