(response, runtime, context)
| 430 | } |
| 431 | |
| 432 | var streamConversion = function (response, runtime, context) { |
| 433 | return createStream(response, runtime, context); |
| 434 | }; |
| 435 | streamConversion._rawResponse = true; |
| 436 | |
| 437 | // ======================================== |
nothing calls this directly
no test coverage detected