()
| 439 | } |
| 440 | |
| 441 | function onStreamTrailersReady() { |
| 442 | this.sendTrailers(this[kResponse][kTrailers]); |
| 443 | } |
| 444 | |
| 445 | function onStreamCloseResponse() { |
| 446 | const res = this[kResponse]; |
nothing calls this directly
no test coverage detected
searching dependent graphs…