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

Method write

test/sequential/test-stream2-fs.js:46–50  ·  view source on GitHub ↗
(c)

Source from the content-addressed store, hash-verified

44 }
45
46 write(c) {
47 this.buffer.push(c.toString());
48 this.length += c.length;
49 return true;
50 }
51
52 end(c) {
53 if (c) this.buffer.push(c.toString());

Callers 15

serverFunction · 0.45
wrapFunction · 0.45
fsTestFunction · 0.45
eeTestFunction · 0.45
child1Function · 0.45
child2Function · 0.45
child4Function · 0.45
execAndCloseFunction · 0.45

Calls 2

pushMethod · 0.45
toStringMethod · 0.45

Tested by

no test coverage detected