MCPcopy Index your code
hub / github.com/nodejs/node / writable

Method writable

lib/internal/webstreams/transformstream.js:195–199  ·  view source on GitHub ↗

* @readonly * @type {WritableStream}

()

Source from the content-addressed store, hash-verified

193 * @type {WritableStream}
194 */
195 get writable() {
196 if (!isTransformStream(this))
197 throw new ERR_INVALID_THIS('TransformStream');
198 return this[kState].writable;
199 }
200
201 [kInspect](depth, options) {
202 return customInspect(depth, options, this[kType], {

Callers

nothing calls this directly

Calls 1

isTransformStreamFunction · 0.85

Tested by

no test coverage detected