FunctionIssueList({
issues,
title,
maxHeight = 400,
showCopyButton = false,
emptyMessage = 'No issues found',
group
src/components/shared/IssueList.tsx:43
FunctionScoreGauge({
score,
maxScore = 100,
size = 'medium',
label,
showPercentage = true,
}: Props)
src/components/shared/ScoreGauge.tsx:9
FunctionToolHeader({
title,
description,
icon,
onRefresh,
onAnalyze,
isLoading = false,
isAnalyzing = false,
ref
src/components/layout/ToolHeader.tsx:17