(bytes)
| 5881 | } |
| 5882 | yield fullyReadBody(object[kState].body, successSteps, errorSteps); |
| 5883 | return promise.promise; |
| 5884 | }); |
| 5885 | } |
| 5886 | function bodyUnusable(object) { |
| 5887 | const body = object[kState].body; |
| 5888 | return body != null && (body.stream.locked || util.isDisturbed(body.stream)); |
nothing calls this directly
no test coverage detected