(state)
| 25454 | }; |
| 25455 | |
| 25456 | function needFinish(state) { |
| 25457 | return state.ending && state.length === 0 && state.bufferedRequest === null && !state.finished && !state.writing; |
| 25458 | } |
| 25459 | function callFinal(stream, state) { |
| 25460 | stream._final(function (err) { |
| 25461 | state.pendingcb--; |
no outgoing calls
no test coverage detected