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

Function writeSync

test/parallel/test-stream-iter-pipeto.js:11–11  ·  view source on GitHub ↗
(chunk)

Source from the content-addressed store, hash-verified

9 const written = [];
10 const writer = {
11 writeSync(chunk) { written.push(chunk); return true; },
12 endSync() { return written.length; },
13 fail() {},
14 };

Callers 15

runTestsFunction · 0.70
runTestsFunction · 0.70
runTestsFunction · 0.70
runTestsFunction · 0.70
loadFunction · 0.50
resolveFunction · 0.50
resolveFunction · 0.50

Calls 2

decodeMethod · 0.65
pushMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…