MCPcopy
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

startTimerMethod · 0.95
keyDownHandlerFunction · 0.80

Calls 1

killTimerMethod · 0.95

Tested by

no test coverage detected