MCPcopy Index your code
hub / github.com/continuedev/continue / abortAndFinalize

Function abortAndFinalize

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

Source from the content-addressed store, hash-verified

113 }
114
115 const abortAndFinalize = () => {
116 abort();
117 finalize();
118 };
119
120 // Send request
121 const request_ = send(parsedURL.toString(), options);

Callers

nothing calls this directly

Calls 2

finalizeFunction · 0.85
abortFunction · 0.70

Tested by

no test coverage detected