MCPcopy Create free account
hub / github.com/nodejs/undici / toString

Method toString

docs/examples/proxy/proxy.js:297–299  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

295 }
296
297 toString () {
298 return `LoopDetectedError: ${this.message}`
299 }
300
301 get name () {
302 return 'LoopDetectedError'

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected