MCPcopy Index your code
hub / github.com/nodejs/node / processResponseEndOfBody

Method processResponseEndOfBody

deps/undici/src/lib/web/cache/cache.js:188–197  ·  view source on GitHub ↗
(response)

Source from the content-addressed store, hash-verified

186 }
187 },
188 processResponseEndOfBody (response) {
189 // 1.
190 if (response.aborted) {
191 responsePromise.reject(new DOMException('aborted', 'AbortError'))
192 return
193 }
194
195 // 2.
196 responsePromise.resolve(response)
197 }
198 }))
199
200 // 5.8

Callers 2

fetchFinaleFunction · 0.80

Calls 2

rejectMethod · 0.80
resolveMethod · 0.45

Tested by

no test coverage detected