FunctionNavItem({
isSelected,
onClick,
icon,
children,
paddingY = 3,
}: {
isSelected: boolean;
on
webapp/src/components/nav-item.tsx:3
FunctionProjectDashboard({
project,
date,
onDateChange,
radialChartData,
convertedValues,
experimentsReportDat
webapp/src/components/project-dashboard.tsx:29
FunctionProjectDashboardBase({
isPublicView,
project,
date,
onDateChange,
radialChartData,
convertedValues,
ex
webapp/src/components/project-dashboard-base.tsx:64
FunctionPublicProjectDashboard({
project,
date,
onDateChange,
radialChartData,
convertedValues,
experimentsReportDat
webapp/src/components/public-project-dashboard.tsx:7
FunctionRunsScatterChart({
isPublicView,
params,
onRunClick,
projectName,
experimentName,
}: RunsScatterChartProps
webapp/src/components/runs-scatter-chart.tsx:43
Method__init__(
self,
endpoint_url: str,
experiment_id: str,
api_key: str,
conf,
codecarbon/output_methods/http.py:43
Method__init__(
self,
base_url: str,
client_id: str,
client_secret: str,
*,
carbonserver/carbonserver/api/services/auth_providers/oidc_auth_provider.py:33