Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/coder/code-server
/ dispose
Method
dispose
src/node/heart.ts:77–81 ·
view source on GitHub ↗
* Call to clear any heartbeatTimer for shutdown.
()
Source
from the content-addressed store, hash-verified
75
* Call to clear any heartbeatTimer
for
shutdown.
76
*/
77
public dispose(): void {
78
if
(typeof this.heartbeatTimer !==
"undefined"
) {
79
clearTimeout(this.heartbeatTimer)
80
}
81
}
82
}
Callers
1
register
Function · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected