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

Interface Preset

web/src/pages/Dashboard.tsx:66–69  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

64
65// Preset interface for report generation
66interface Preset {
67 name: string;
68 description: string;
69}
70
71const Dashboard = () => {
72 const navigate = useNavigate();

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected