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

Method constructor

test/http2-ping-errors.js:44–48  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

42
43 class FakeSession extends EventEmitter {
44 constructor () {
45 super()
46 this.closed = false
47 this.destroyed = false
48 }
49
50 close () {
51 this.closed = true

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected