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

Interface Preset

web/src/pages/Report.tsx:11–14  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

9import { generateReportImage } from "../components/report/imageGenerator";
10
11interface Preset {
12 name: string;
13 description: string;
14}
15
16const Report = () => {
17 const [report, setReport] = useState<string | null>(null);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected