MCPcopy Create free account
hub / github.com/codeaashu/claude-code / stop

Function stop

src/components/ScrollKeybindingHandler.tsx:650–656  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

648 useEffect(() => {
649 if (!isActive) return;
650 function stop(): void {
651 dirRef.current = 0;
652 if (timerRef.current) {
653 clearInterval(timerRef.current);
654 timerRef.current = null;
655 }
656 }
657 function tick(): void {
658 const sel = selection.getState();
659 const s = scrollRef.current;

Callers 4

tickFunction · 0.70
startFunction · 0.70
checkFunction · 0.70
useDragToScrollFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected