(body)
| 52419 | }; |
| 52420 | if (object[kState].body == null) { |
| 52421 | successSteps(new Uint8Array()); |
| 52422 | return promise.promise; |
| 52423 | } |
| 52424 | await fullyReadBody(object[kState].body, successSteps, errorSteps); |
| 52425 | return promise.promise; |
| 52426 | } |
no outgoing calls
no test coverage detected
searching dependent graphs…