MCPcopy Create free account
hub / github.com/ShipSecAI/studio / handleTryAgain

Function handleTryAgain

frontend/src/pages/WorkflowList.tsx:189–193  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

187 }, [MAX_RETRY_ATTEMPTS, RETRY_INTERVAL_MS]);
188
189 const handleTryAgain = () => {
190 setRetryCount(0);
191 retryCountRef.current = 0;
192 loadWorkflows();
193 };
194
195 const handleDeleteClick = (event: MouseEvent, workflow: WorkflowMetadataNormalized) => {
196 event.stopPropagation();

Callers

nothing calls this directly

Calls 1

loadWorkflowsFunction · 0.85

Tested by

no test coverage detected