Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/nodejs/undici
/ constructor
Method
constructor
test/http2-ping-errors.js:28–32 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
26
27
class
FakeSocket extends EventEmitter {
28
constructor () {
29
super()
30
this.destroyed = false
31
this[kError] = null
32
}
33
34
destroy () {
35
this.destroyed = true
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected