Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/codeaashu/claude-code
/ handleStop
Function
handleStop
web/components/chat/ChatInput.tsx:99–101 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
97
};
98
99
const handleStop = () => {
100
abortRef.current?.abort();
101
};
102
103
const adjustHeight = () => {
104
const el = textareaRef.current;
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected