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

Method reason

lib/internal/abort_controller.js:264–268  ·  view source on GitHub ↗

* @type {any}

()

Source from the content-addressed store, hash-verified

262 * @type {any}
263 */
264 get reason() {
265 validateThisAbortSignal(this);
266 refreshCompositeSignal(this);
267 return this[kReason];
268 }
269
270 throwIfAborted() {
271 validateThisAbortSignal(this);

Callers

nothing calls this directly

Calls 2

validateThisAbortSignalFunction · 0.85
refreshCompositeSignalFunction · 0.85

Tested by

no test coverage detected