Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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.js
File · 0.45
pool.js
File · 0.45
mock-interceptor.js
File · 0.45
socks5-proxy-agent.js
File · 0.45
dispatcher.js
File · 0.45
mock-pool.js
File · 0.45
http2-dispatcher.js
File · 0.45
retry-handler2.js
File · 0.45
retry-handler.js
File · 0.45
client-timeout.js
File · 0.45
mock-client.js
File · 0.45
proxy.js
File · 0.45
Calls
1
push
Method · 0.45
Tested by
no test coverage detected