MCPcopy 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

ElicitationFormDialogFunction · 0.85
ElicitationURLDialogFunction · 0.85

Calls 1

onResponseFunction · 0.50

Tested by

no test coverage detected