Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/BingyanStudio/github-analyzer
/ Preset
Interface
Preset
web/src/components/report/ReportHeader.tsx:12–15 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
10
} from
"../../components/ui/select"
;
11
12
interface Preset {
13
name: string;
14
description: string;
15
}
16
17
interface ReportHeaderProps {
18
presets: Preset[];
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected