Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/github/hotkey
/ reset
Method
reset
src/sequence.ts:41–45 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
39
}
40
41
reset(): void {
42
this.killTimer()
43
this._path = []
44
this.onReset?.()
45
}
46
47
private killTimer(): void {
48
if
(this.timer != null) {
Callers
2
startTimer
Method · 0.95
keyDownHandler
Function · 0.80
Calls
1
killTimer
Method · 0.95
Tested by
no test coverage detected