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

Method _onTimeout

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

Source from the content-addressed store, hash-verified

1682 }
1683
1684 _onTimeout() {
1685 callTimeout(this, this);
1686 }
1687
1688 ref() {
1689 if (this[kSocket]) {

Callers

nothing calls this directly

Calls 1

callTimeoutFunction · 0.85

Tested by

no test coverage detected