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

Method [customInspectSymbol]

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

Source from the content-addressed store, hash-verified

567 }
568
569 [customInspectSymbol](depth, options) {
570 return customInspect(this, {
571 signal: this.signal,
572 }, depth, options);
573 }
574
575 static [kMakeTransferable]() {
576 const controller = new AbortController();

Callers

nothing calls this directly

Calls 1

customInspectFunction · 0.70

Tested by

no test coverage detected