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

Method _writev

lib/internal/http2/core.js:2348–2350  ·  view source on GitHub ↗
(data, cb)

Source from the content-addressed store, hash-verified

2346 }
2347
2348 _writev(data, cb) {
2349 this[kWriteGeneric](true, data, '', cb);
2350 }
2351
2352 _final(cb) {
2353 if (this.pending) {

Callers 2

doWriteFunction · 0.45
writable.jsFile · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected