(depth, options)
| 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)) |
nothing calls this directly
no test coverage detected