MCPcopy
hub / github.com/vercel/next.js / write

Function write

test/development/basic/node-builtins/pages/index.js:30–32  ·  view source on GitHub ↗
(_chunk, _encoding, callback)

Source from the content-addressed store, hash-verified

28
29 const writable = new Writable({
30 write(_chunk, _encoding, callback) {
31 callback()
32 },
33 })
34
35 writable.on('finish', () => {

Callers

nothing calls this directly

Calls 1

callbackFunction · 0.50

Tested by

no test coverage detected