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

Method toString

lib/internal/errors.js:462–464  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

460 }
461
462 toString() {
463 return `${this.name} [${key}]: ${this.message}`;
464 }
465 }
466 return NodeError;
467 }

Callers 3

getMethod · 0.45
constructorMethod · 0.45
constructorMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected