MCPcopy Create free account
hub / github.com/claude-code-best/claude-code / handleRetry

Function handleRetry

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

Source from the content-addressed store, hash-verified

85 }, []);
86
87 const handleRetry = () => {
88 setRetrying(true);
89 void loadSessions();
90 };
91
92 // Handle escape via keybinding
93 useKeybinding('confirm:no', onCancel, { context: 'Confirmation' });

Callers 1

ResumeTaskFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected