MCPcopy Create free account
hub / github.com/BingyanStudio/github-analyzer / handleBackToDashboard

Function handleBackToDashboard

web/src/pages/Report.tsx:157–159  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

155 }, [selectedPreset, isPresetLoaded]);
156
157 const handleBackToDashboard = () => {
158 navigate("/dashboard");
159 };
160
161 const handlePresetChange = (value: string) => {
162 setSelectedPreset(value);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected