MCPcopy
hub / github.com/AsyncFuncAI/deepwiki-open / navigateToPreviousStage

Function navigateToPreviousStage

src/components/Ask.tsx:271–275  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

269
270 // Function to navigate to the previous research stage
271 const navigateToPreviousStage = () => {
272 if (currentStageIndex > 0) {
273 navigateToStage(currentStageIndex - 1);
274 }
275 };
276
277 // WebSocket reference
278 const webSocketRef = useRef<WebSocket | null>(null);

Callers 1

AskFunction · 0.85

Calls 1

navigateToStageFunction · 0.85

Tested by

no test coverage detected