Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/vercel/next.js
/ write
Function
write
test/development/basic/node-builtins/pages/server.js:28–30 ·
view source on GitHub ↗
(_chunk, _encoding, callback)
Source
from the content-addressed store, hash-verified
26
27
const
writable =
new
Writable({
28
write(_chunk, _encoding, callback) {
29
callback()
30
},
31
})
32
33
writable.on(
'finish'
, () => {
Callers
nothing calls this directly
Calls
1
callback
Function · 0.50
Tested by
no test coverage detected