MCPcopy
hub / github.com/github/hotkey / startTimer

Method startTimer

src/sequence.ts:54–57  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

52 }
53
54 private startTimer(): void {
55 this.killTimer()
56 this.timer = window.setTimeout(() => this.reset(), SequenceTracker.CHORD_TIMEOUT)
57 }
58}
59
60export function normalizeSequence(sequence: string): NormalizedSequenceString {

Callers 1

registerKeypressMethod · 0.95

Calls 2

killTimerMethod · 0.95
resetMethod · 0.95

Tested by

no test coverage detected