Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
doWrite
Function · 0.45
writable.js
File · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected