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

Method write

test/parallel/test-whatwg-writablestream.js:41–43  ·  view source on GitHub ↗
(chunk)

Source from the content-addressed store, hash-verified

39 }
40
41 write(chunk) {
42 this.chunks.push(chunk);
43 }
44
45 close() {
46 this.closed = true;

Callers 2

writeFunction · 0.45

Calls 1

pushMethod · 0.45

Tested by

no test coverage detected