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

Method id

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

Source from the content-addressed store, hash-verified

2207 // The id of the Http2Stream, will be undefined if the socket is not
2208 // yet connected.
2209 get id() {
2210 return this[kID];
2211 }
2212
2213 // The Http2Session that owns this Http2Stream.
2214 get session() {

Callers 2

requestOnConnectFunction · 0.45
pushStreamMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected