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

Method _onTimeout

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

Source from the content-addressed store, hash-verified

2216 }
2217
2218 _onTimeout() {
2219 callTimeout(this, this[kSession]);
2220 }
2221
2222 // True if the HEADERS frame has been sent
2223 get headersSent() {

Callers 4

listOnTimeoutFunction · 0.45
onTickFunction · 0.45
onTickFunction · 0.45

Calls 1

callTimeoutFunction · 0.85

Tested by

no test coverage detected