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

Method throwIfAborted

lib/internal/abort_controller.js:270–276  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

268 }
269
270 throwIfAborted() {
271 validateThisAbortSignal(this);
272 refreshCompositeSignal(this);
273 if (this[kAborted]) {
274 throw this[kReason];
275 }
276 }
277
278 [customInspectSymbol](depth, options) {
279 return customInspect(this, {

Callers 15

requestMethod · 0.80
writeMethod · 0.80
writevMethod · 0.80
endMethod · 0.80
collectAsyncFunction · 0.80
[SymbolAsyncIterator]Function · 0.80
#writevSlowMethod · 0.80
pumpFunction · 0.80
makeZlibTransformFunction · 0.80
abortableNextFunction · 0.80
[SymbolAsyncIterator]Function · 0.80

Calls 2

validateThisAbortSignalFunction · 0.85
refreshCompositeSignalFunction · 0.85

Tested by

no test coverage detected