MCPcopy Create free account
hub / github.com/nodejs/node / [customInspectSymbol]

Method [customInspectSymbol]

lib/internal/abort_controller.js:278–282  ·  view source on GitHub ↗
(depth, options)

Source from the content-addressed store, hash-verified

276 }
277
278 [customInspectSymbol](depth, options) {
279 return customInspect(this, {
280 aborted: this.aborted,
281 }, depth, options);
282 }
283
284 /**
285 * @param {any} [reason]

Callers

nothing calls this directly

Calls 1

customInspectFunction · 0.70

Tested by

no test coverage detected