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

Method constructor

test/pool.js:380–384  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

378
379 class FakeClient extends EventEmitter {
380 constructor () {
381 super()
382
383 this.id = total++
384 }
385
386 dispatch (req, handler) {
387 seen.push({ req, client: this, id: this.id })

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected