Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
Indexed
MCP
copy
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
listOnTimeout
Function · 0.45
test-http-keep-alive-large-write.js
File · 0.45
onTick
Function · 0.45
onTick
Function · 0.45
Calls
1
callTimeout
Function · 0.85
Tested by
no test coverage detected