MCPcopy Index your code
hub / github.com/nodejs/node / close

Method close

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

Source from the content-addressed store, hash-verified

3522 }
3523
3524 close() {
3525 ReflectApply(NETServer.prototype.close, this, arguments);
3526 closeAllSessions(this);
3527 }
3528
3529 async [SymbolAsyncDispose]() {
3530 await promisify(super.close).call(this);

Callers

nothing calls this directly

Calls 1

closeAllSessionsFunction · 0.85

Tested by

no test coverage detected