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

Method originSet

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

Source from the content-addressed store, hash-verified

1397 // added, an ORIGIN frame will add to the origins included in the origin
1398 // set. 421 responses will remove origins from the set.
1399 get originSet() {
1400 if (!this.encrypted || this.destroyed)
1401 return undefined;
1402 return ArrayFrom(initOriginSet(this));
1403 }
1404
1405 // True if the Http2Session is still waiting for the socket to connect
1406 get connecting() {

Callers

nothing calls this directly

Calls 1

initOriginSetFunction · 0.85

Tested by

no test coverage detected