MCPcopy Index your code
hub / github.com/di-sukharev/opencommit / asNodeStream

Function asNodeStream

out/cli.cjs:77512–77514  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

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 },
77515 async asBrowserStream() {
77516 return sendRequest(method, url2, pipeline, Object.assign(Object.assign({}, options), { allowInsecureConnection, responseAsStream: true }), httpClient);
77517 },

Callers

nothing calls this directly

Calls 1

sendRequestFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…