MCPcopy Create free account
hub / github.com/nodejs/node / [kInspect]

Method [kInspect]

lib/internal/webstreams/transformstream.js:201–207  ·  view source on GitHub ↗
(depth, options)

Source from the content-addressed store, hash-verified

199 }
200
201 [kInspect](depth, options) {
202 return customInspect(depth, options, this[kType], {
203 readable: this.readable,
204 writable: this.writable,
205 backpressure: this[kState].backpressure,
206 });
207 }
208
209 [kTransfer]() {
210 if (!isTransformStream(this))

Callers

nothing calls this directly

Calls 1

customInspectFunction · 0.70

Tested by

no test coverage detected