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

Function onStreamTrailersReady

lib/internal/http2/compat.js:441–443  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

439}
440
441function onStreamTrailersReady() {
442 this.sendTrailers(this[kResponse][kTrailers]);
443}
444
445function onStreamCloseResponse() {
446 const res = this[kResponse];

Callers

nothing calls this directly

Calls 1

sendTrailersMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…