MCPcopy
hub / github.com/nodejs/undici / dispatch

Method dispatch

test/pool.js:386–389  ·  view source on GitHub ↗
(req, handler)

Source from the content-addressed store, hash-verified

384 }
385
386 dispatch (req, handler) {
387 seen.push({ req, client: this, id: this.id })
388 return writeMore
389 }
390 }
391
392 const noopHandler = {

Callers 15

http2-body.jsFile · 0.45
pool.jsFile · 0.45
dispatcher.jsFile · 0.45
mock-pool.jsFile · 0.45
retry-handler2.jsFile · 0.45
retry-handler.jsFile · 0.45
client-timeout.jsFile · 0.45
mock-client.jsFile · 0.45
proxy.jsFile · 0.45

Calls 1

pushMethod · 0.45

Tested by

no test coverage detected