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

Function processResponseEndOfBody

out/cli.cjs:60243–60248  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

60241 }
60242 function fetchFinale(fetchParams, response) {
60243 if (response.type === "error") {
60244 response.urlList = [fetchParams.request.urlList[0]];
60245 response.timingInfo = createOpaqueTimingInfo({
60246 startTime: fetchParams.timingInfo.startTime
60247 });
60248 }
60249 const processResponseEndOfBody = () => {
60250 fetchParams.request.done = true;
60251 if (fetchParams.processResponseEndOfBody != null) {

Callers 1

fetchFinaleFunction · 0.85

Calls 1

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…