Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/codeaashu/claude-code
/ handleAbort
Function
handleAbort
src/components/mcp/ElicitationDialog.tsx:188–190 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
186
useEffect(() => {
187
if (!signal) return;
188
const handleAbort = () => {
189
onResponse(
'cancel'
);
190
};
191
if (signal.aborted) {
192
handleAbort();
193
return;
Callers
2
ElicitationFormDialog
Function · 0.85
ElicitationURLDialog
Function · 0.85
Calls
1
onResponse
Function · 0.50
Tested by
no test coverage detected