Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/github/hotkey
/ killTimer
Method
killTimer
src/sequence.ts:47–52 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
45
}
46
47
private killTimer(): void {
48
if
(this.timer != null) {
49
window.clearTimeout(this.timer)
50
}
51
this.timer = null
52
}
53
54
private startTimer(): void {
55
this.killTimer()
Callers
2
reset
Method · 0.95
startTimer
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected