MCPcopy
hub / github.com/codeaashu/claude-code / clearSequence

Function clearSequence

web/hooks/useKeyboardShortcuts.ts:30–36  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

28
29 useEffect(() => {
30 const clearSequence = () => {
31 pendingSequenceRef.current = null;
32 if (sequenceTimerRef.current) {
33 clearTimeout(sequenceTimerRef.current);
34 sequenceTimerRef.current = null;
35 }
36 };
37
38 const handler = (e: KeyboardEvent) => {
39 // Ignore bare modifier keypresses

Callers 2

handlerFunction · 0.85
useKeyboardShortcutsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected