MCPcopy
hub / github.com/continuedev/continue / finalize

Function finalize

packages/fetch/src/node-fetch-patch.js:127–132  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

125 }
126
127 const finalize = () => {
128 request_.abort();
129 if (signal) {
130 signal.removeEventListener("abort", abortAndFinalize);
131 }
132 };
133
134 request_.on("error", (error) => {
135 reject(

Callers 2

abortAndFinalizeFunction · 0.85
fetchFunction · 0.85

Calls 1

abortMethod · 0.45

Tested by

no test coverage detected