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

Method [kInspect]

lib/internal/webstreams/compression.js:176–181  ·  view source on GitHub ↗
(depth, options)

Source from the content-addressed store, hash-verified

174 }
175
176 [kInspect](depth, options) {
177 return customInspect(depth, options, 'DecompressionStream', {
178 readable: this.#transform.readable,
179 writable: this.#transform.writable,
180 });
181 }
182}
183
184ObjectDefineProperties(CompressionStream.prototype, {

Callers

nothing calls this directly

Calls 1

customInspectFunction · 0.70

Tested by

no test coverage detected