MCPcopy Create free account
hub / github.com/nodejs/node / [SymbolAsyncDispose]

Method [SymbolAsyncDispose]

lib/internal/http2/core.js:3529–3531  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

3527 }
3528
3529 async [SymbolAsyncDispose]() {
3530 await promisify(super.close).call(this);
3531 }
3532}
3533
3534Http2Server.prototype[EventEmitter.captureRejectionSymbol] = function(

Callers

nothing calls this directly

Calls 2

promisifyFunction · 0.85
callMethod · 0.45

Tested by

no test coverage detected