MCPcopy Create free account
hub / github.com/nodejs/undici / write

Method write

benchmarks/benchmark-https.js:106–108  ·  view source on GitHub ↗
(chunk, encoding, callback)

Source from the content-addressed store, hash-verified

104 constructor (resolve) {
105 this.dst = new Writable({
106 write (chunk, encoding, callback) {
107 callback()
108 }
109 }).on('finish', resolve)
110 }
111

Callers 1

onResponseDataMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected