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

Method aborted

lib/internal/abort_controller.js:255–259  ·  view source on GitHub ↗

* @type {boolean}

()

Source from the content-addressed store, hash-verified

253 * @type {boolean}
254 */
255 get aborted() {
256 validateThisAbortSignal(this);
257 refreshCompositeSignal(this);
258 return !!this[kAborted];
259 }
260
261 /**
262 * @type {any}

Callers

nothing calls this directly

Calls 2

validateThisAbortSignalFunction · 0.85
refreshCompositeSignalFunction · 0.85

Tested by

no test coverage detected