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

Function navigateToNextStage

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

Source from the content-addressed store, hash-verified

262
263 // Function to navigate to the next research stage
264 const navigateToNextStage = () => {
265 if (currentStageIndex < researchStages.length - 1) {
266 navigateToStage(currentStageIndex + 1);
267 }
268 };
269
270 // Function to navigate to the previous research stage
271 const navigateToPreviousStage = () => {

Callers 1

AskFunction · 0.85

Calls 1

navigateToStageFunction · 0.85

Tested by

no test coverage detected