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

Method start

test/parallel/test-whatwg-writablestream.js:37–39  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

35 }
36
37 start() {
38 this.started = true;
39 }
40
41 write(chunk) {
42 this.chunks.push(chunk);

Calls

no outgoing calls

Tested by

no test coverage detected