MCPcopy Create free account

hub / github.com/andreluizdasilvaa/CommitWorth / functions

Functions83 in github.com/andreluizdasilvaa/CommitWorth

↓ 17 callersFunctioncn
(...inputs: ClassValue[])
src/lib/utils.ts:4
↓ 4 callersFunctiongetLanguageFromRepo
(repo: any)
src/lib/calcs/stackAnalysis.ts:82
↓ 3 callersFunctiongetPayloadConfigFromPayload
( config: ChartConfig, payload: unknown, key: string )
src/components/ui/chart.tsx:308
↓ 2 callersFunctiongetAnchorAndDir
( origin: RaysOrigin, w: number, h: number )
src/components/LightRaysBG/index.tsx:45
↓ 2 callersFunctionhexToRgb
(hex: string)
src/components/darkVeilBG/index.tsx:107
↓ 2 callersFunctionhexToRgb
(hex: string)
src/components/LightRaysBG/index.tsx:34
↓ 2 callersFunctionuseChart
()
src/components/ui/chart.tsx:27
↓ 1 callersFunctionGenerateMetadataModel
({ totalCommits, totalStars, userData, valorAgregado, totalRepos = 0, totalPoints = 0,
src/app/dashboard/utils/generateMetadata.ts:15
↓ 1 callersFunctionanalyzeStackAndSeniority
(data: GitHubStatsResponse)
src/lib/calcs/stackAnalysis.ts:196
↓ 1 callersFunctioncalcCommitStarsForks
(data: GitHubStatsResponse, repos: Repository[])
src/lib/calcs/calcCommitStarsForks.ts:4
↓ 1 callersFunctioncalcStructuredRepoScores
(wellStructuredRepos: WellStructuredRepo[])
src/lib/calcs/calcStructuredRepoScores.ts:9
↓ 1 callersFunctioncalculateAccountAge
(createdAt: string)
src/lib/calcs/calculateAchievements.ts:4
↓ 1 callersFunctioncalculateAchievements
( data: GitHubStatsResponse, preCalculated?: PreCalculatedData )
src/lib/calcs/calculateAchievements.ts:44
↓ 1 callersFunctioncalculateFirstUseYear
(repos: any[], language: string)
src/lib/calcs/stackAnalysis.ts:87
↓ 1 callersFunctioncalculateLanguageCommits
(repos: any[], language: string)
src/lib/calcs/stackAnalysis.ts:146
↓ 1 callersFunctioncalculateLanguageStats
(repos: Repository[])
src/lib/calcs/calculateLanguageStats.ts:3
↓ 1 callersFunctioncalculatePontosTotais
( totalCommits: number, totalStars: number, totalForks: number, wellStructuredReposCount: n
src/lib/calcs/calculatePontosTotais.ts:3
↓ 1 callersFunctioncalculateSeniorityIndicators
(repos: any[], language: string)
src/lib/calcs/stackAnalysis.ts:103
↓ 1 callersFunctioncalculateSeniorityScore
(experience: StackAnalysis['stackExperience'][0])
src/lib/calcs/stackAnalysis.ts:156
↓ 1 callersFunctioncalculateUnifiedCommitCount
(data: GitHubStatsResponse, nonForkRepos: Repository[])
src/lib/calcs/calculateUnifiedCommitCount.ts:4
↓ 1 callersFunctioncalculateValorAgregado
(totalCommits: number, totalStars: number, totalForks: number)
src/lib/calcs/calculateValorAgregado.ts:3
↓ 1 callersFunctiondetermineSeniorityLevel
(score: number)
src/lib/calcs/stackAnalysis.ts:189
↓ 1 callersFunctionfetchGitHubData
(username: string)
src/lib/getGithubData.ts:21
↓ 1 callersFunctionformatRateLimitInfo
(rateLimit: GitHubStatsResponse['rateLimit'])
src/lib/calcs/formatRateLimitInfo.ts:9
↓ 1 callersFunctiongetGitHubStatsGraphQL
(username: string)
src/lib/getGithubData.ts:29
↓ 1 callersFunctiongetMaxStarsInRepo
(repos: any[])
src/lib/calcs/calculateAchievements.ts:38
↓ 1 callersFunctiongetPopularContributions
(repos: Repository[])
src/lib/calcs/getPopularContributions.ts:3
↓ 1 callersFunctiongetSeniorityColor
(level: string)
src/app/dashboard/components/stackAnalysisCard/index.tsx:10
↓ 1 callersFunctiongetSeniorityIcon
()
src/app/dashboard/components/stackAnalysisCard/index.tsx:20
↓ 1 callersFunctiongetUniqueLanguages
(repos: any[])
src/lib/calcs/calculateAchievements.ts:22
↓ 1 callersFunctionidentifyWellStructuredRepos
(repos: Repository[])
src/lib/calcs/identifyWellStructuredRepos.ts:3
↓ 1 callersFunctioninitializeWebGL
()
src/components/LightRaysBG/index.tsx:126
↓ 1 callersFunctionloop
()
src/components/darkVeilBG/index.tsx:160
↓ 1 callersFunctionresize
()
src/components/darkVeilBG/index.tsx:147
↓ 1 callersFunctionupdatePlacement
()
src/components/LightRaysBG/index.tsx:280
FunctionAbout
()
src/app/about/page.tsx:4
FunctionCard
({ className, ...props }: React.ComponentProps<"div">)
src/components/ui/card.tsx:5
FunctionCardAction
({ className, ...props }: React.ComponentProps<"div">)
src/components/ui/card.tsx:51
FunctionCardContent
({ className, ...props }: React.ComponentProps<"div">)
src/components/ui/card.tsx:64
FunctionCardDescription
({ className, ...props }: React.ComponentProps<"div">)
src/components/ui/card.tsx:41
FunctionCardFooter
({ className, ...props }: React.ComponentProps<"div">)
src/components/ui/card.tsx:74
FunctionCardHeader
({ className, ...props }: React.ComponentProps<"div">)
src/components/ui/card.tsx:18
FunctionCardInfo
({ icon: Icon, title, description }: CardInfo)
src/components/cardInfo/index.tsx:9
FunctionCardInfoUserBigNumber
({ title, about, Icon, isPoints, value, isFork, className }: CardInfoUserSmallProps)
src/app/dashboard/components/cardInfoUserBigNumber/index.tsx:21
FunctionCardInfoUserSmall
({ title, Icon, value, className }: CardInfoUserSmallProps)
src/app/dashboard/components/cardInfoUserSmall/index.tsx:10
FunctionCardLanguageChart
({ title, value, about }: CardProps)
src/app/dashboard/components/charts/cardLanguageChart/index.tsx:34
FunctionCardPopularReposChart
({ title, value }: CardProps)
src/app/dashboard/components/charts/cardPopularReposChart/index.tsx:27
FunctionCardTitle
({ className, ...props }: React.ComponentProps<"div">)
src/components/ui/card.tsx:31
FunctionChartContainer
({ id, className, children, config, ...props }: React.ComponentProps<"div"> & { config: ChartConfi
src/components/ui/chart.tsx:37
FunctionChartLegendContent
({ className, hideIcon = false, payload, verticalAlign = "bottom", nameKey, }: React.ComponentProps<
src/components/ui/chart.tsx:253
FunctionChartStyle
({ id, config }: { id: string; config: ChartConfig })
src/components/ui/chart.tsx:72
FunctionChartTooltipContent
({ active, payload, className, indicator = "dot", hideLabel = false, hideIndicator = false, labe
src/components/ui/chart.tsx:107
FunctionConquestModal
({ description, isComplete, title }:ConquestModalProps)
src/app/dashboard/components/conquestCard/index.tsx:8
FunctionContainer
({ children }: { children: ReactNode })
src/components/container/index.tsx:3
FunctionDarkVeil
({ hueShift = 0, noiseIntensity = 0, scanlineIntensity = 0, speed = 2, scanlineFrequency = 0, warp
src/components/darkVeilBG/index.tsx:94
FunctionFooter
({ avatar_url, name, pontosTotais, totalCommits, nickname, valorAgregado, a
src/app/dashboard/components/footer/index.tsx:24
FunctionGradientText
({ children, className = "", colors = ["#ffaa40", "#9c40ff", "#ffaa40"], animationSpeed = 2,
src/components/gradientText/index.tsx:11
FunctionHeader
({ isDashboard }: { isDashboard?: boolean })
src/components/header/index.tsx:8
FunctionHome
()
src/app/page.tsx:12
FunctionInputForm
()
src/components/inputForm/index.tsx:8
FunctionLightRays
({ raysOrigin = "top-center", raysColor = DEFAULT_COLOR, raysSpeed = 1, lightSpread = 1, rayLength =
src/components/LightRaysBG/index.tsx:71
FunctionLoading
()
src/app/loading.tsx:1
FunctionLogo
({ isImg, className }: { isImg?:boolean, className?: string })
src/components/logo/index.tsx:7
FunctionModal
()
src/app/dashboard/components/modal/index.tsx:8
FunctionModalShareCard
({ setShowModal, nickname }: { setShowModal: Dispatch<SetStateAction<boolean>> nickname: string })
src/app/dashboard/components/modalShareCard/index.tsx:6
FunctionNotFound
()
src/app/dashboard/not-found.tsx:2
FunctionRateLimitModal
({ totalLimit, remainder, reset }: RateLimitProps)
src/app/dashboard/components/rateLimitModal/index.tsx:12
FunctionRootLayout
({ children, }: Readonly<{ children: React.ReactNode; }>)
src/app/layout.tsx:185
FunctionRootLayout
({ children, }: Readonly<{ children: React.ReactNode; }>)
src/app/dashboard/layout.tsx:67
FunctionStackAnalysisCard
({ stackAnalysis, className }: StackAnalysisCardProps)
src/app/dashboard/components/stackAnalysisCard/index.tsx:9
FunctionTooltip
({ ...props }: React.ComponentProps<typeof TooltipPrimitive.Root>)
src/components/ui/tooltip.tsx:21
FunctionTooltipContent
({ className, sideOffset = 0, children, ...props }: React.ComponentProps<typeof TooltipPrimitive.Conte
src/components/ui/tooltip.tsx:37
FunctionTooltipProvider
({ delayDuration = 0, ...props }: React.ComponentProps<typeof TooltipPrimitive.Provider>)
src/components/ui/tooltip.tsx:8
FunctionTooltipTrigger
({ ...props }: React.ComponentProps<typeof TooltipPrimitive.Trigger>)
src/components/ui/tooltip.tsx:31
FunctionUserDetails
({ params }: PageProps)
src/app/dashboard/[user]/page.tsx:83
FunctionWellStructuredRepoScoresChart
({ title, value, about }: CardProps)
src/app/dashboard/components/charts/wellStructuredRepoScoresChart/index.tsx:34
FunctioncalculateAccountAge
(createdAt: string)
src/lib/calcs/stackAnalysis.ts:67
FunctiongenerateMetadata
({ params }: PageProps)
src/app/dashboard/[user]/page.tsx:59
FunctionhandleDownload
()
src/app/dashboard/components/footer/index.tsx:37
FunctionhandleMouseMove
(e: MouseEvent)
src/components/LightRaysBG/index.tsx:428
FunctionhandleRedirect
(e: React.FormEvent)
src/app/dashboard/components/modal/index.tsx:13
Functionloop
(t: number)
src/components/LightRaysBG/index.tsx:299
FunctionsetNameUser
(e: React.FormEvent)
src/components/inputForm/index.tsx:13