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

Interface Preset

web/src/components/report/imageGenerator.ts:8–11  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6 url = "https://" + url;
7}
8interface Preset {
9 name: string;
10 description: string;
11}
12
13// Helper function to wrap text
14const wrapText = (

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected