Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
abortAndFinalize
Function · 0.85
fetch
Function · 0.85
Calls
1
abort
Method · 0.45
Tested by
no test coverage detected