MCPcopy Create free account
hub / github.com/di-sukharev/opencommit / asBrowserStream

Function asBrowserStream

out/cli.cjs:77509–77511  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

77507}
77508function 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 },

Callers

nothing calls this directly

Calls 1

sendRequestFunction · 0.85

Tested by

no test coverage detected