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

Function write

test/parallel/test-repl-multiline-navigation-while-adding.js:84–86  ·  view source on GitHub ↗
(chunk, _, next)

Source from the content-addressed store, hash-verified

82 input: new ActionStream(),
83 output: new stream.Writable({
84 write(chunk, _, next) {
85 next();
86 }
87 }),
88 },
89 checkResults

Callers

nothing calls this directly

Calls 1

nextFunction · 0.70

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…