MCPcopy
hub / github.com/di-sukharev/opencommit / finalizeResponse

Function finalizeResponse

out/cli.cjs:60230–60235  ·  view source on GitHub ↗
(fetchParams, response)

Source from the content-addressed store, hash-verified

60228 case "https:": {
60229 return httpFetch(fetchParams).catch((err) => makeNetworkError(err));
60230 }
60231 default: {
60232 return Promise.resolve(makeNetworkError("unknown scheme"));
60233 }
60234 }
60235 }
60236 function finalizeResponse(fetchParams, response) {
60237 fetchParams.request.done = true;
60238 if (fetchParams.processResponseDone != null) {

Callers 1

httpNetworkFetchFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…