(state)
| 25771 | }; |
| 25772 | |
| 25773 | function needFinish(state) { |
| 25774 | return state.ending && state.length === 0 && state.bufferedRequest === null && !state.finished && !state.writing; |
| 25775 | } |
| 25776 | |
| 25777 | function prefinish(stream, state) { |
| 25778 | if (!state.prefinished) { |
no outgoing calls
no test coverage detected