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

Function handleRetry

src/components/ResumeTask.tsx:81–84  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

79 }
80 }, []);
81 const handleRetry = () => {
82 setRetrying(true);
83 void loadSessions();
84 };
85
86 // Handle escape via keybinding
87 useKeybinding('confirm:no', onCancel, {

Callers 1

ResumeTaskFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected