MCPcopy Create free account
hub / github.com/nodejs/node / closing

Method closing

lib/internal/quic/quic.js:3472–3474  ·  view source on GitHub ↗

@type {boolean}

()

Source from the content-addressed store, hash-verified

3470
3471 /** @type {boolean} */
3472 get closing() {
3473 return this.#inner.isPendingClose;
3474 }
3475
3476 /** @type {Promise<QuicSessionInfo>} */
3477 get opened() {

Callers 1

unpackFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected