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

Method [kInspect]

lib/internal/webstreams/writablestream.js:289–294  ·  view source on GitHub ↗
(depth, options)

Source from the content-addressed store, hash-verified

287 }
288
289 [kInspect](depth, options) {
290 return customInspect(depth, options, this[kType], {
291 locked: this.locked,
292 state: this[kState].state,
293 });
294 }
295
296 [kTransfer]() {
297 if (!isWritableStream(this))

Callers

nothing calls this directly

Calls 1

customInspectFunction · 0.70

Tested by

no test coverage detected