Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
runTests
Function · 0.70
test-fastutf8stream-sync.js
File · 0.70
runTests
Function · 0.70
test-fastutf8stream-flush-sync.js
File · 0.70
runTests
Function · 0.70
test-fs-writesync-crash.js
File · 0.70
runTests
Function · 0.70
test-fs-write-negativeoffset.js
File · 0.70
test-esm-detect-ambiguous.mjs
File · 0.50
load
Function · 0.50
resolve
Function · 0.50
resolve
Function · 0.50
Calls
2
decode
Method · 0.65
push
Method · 0.45
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…