()
| 77507 | } |
| 77508 | function buildOperation(method, url2, pipeline, options, allowInsecureConnection, httpClient) { |
| 77509 | var _a5; |
| 77510 | allowInsecureConnection = (_a5 = options.allowInsecureConnection) !== null && _a5 !== void 0 ? _a5 : allowInsecureConnection; |
| 77511 | return { |
| 77512 | then: function(onFulfilled, onrejected) { |
| 77513 | return sendRequest(method, url2, pipeline, Object.assign(Object.assign({}, options), { allowInsecureConnection }), httpClient).then(onFulfilled, onrejected); |
| 77514 | }, |
nothing calls this directly
no test coverage detected