Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/nodejs/undici
/ constructor
Method
constructor
test/client-timeout.js:21–25 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
19
20
class
DummySocket extends EventEmitter {
21
constructor () {
22
super()
23
this.destroyed = false
24
this.errored = null
25
}
26
27
read () {
28
return
null
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected