MCPcopy Create free account

hub / github.com/Anarkh-Lee/resume-polish / functions

Functions72 in github.com/Anarkh-Lee/resume-polish

↓ 197 callersFunctioncn
(...inputs: ClassValue[])
src/lib/utils.ts:4
↓ 5 callersFunctiondispatch
(action: Action)
src/hooks/use-toast.ts:128
↓ 4 callersFunctiontrackEvent
( category: string, action: string, label?: string, value?: number )
src/utils/analytics.ts:21
↓ 4 callersFunctionuseCarousel
()
src/components/ui/carousel.tsx:31
↓ 4 callersFunctionuseFormField
()
src/components/ui/form.tsx:33
↓ 4 callersFunctionuseSidebar
()
src/components/ui/sidebar.tsx:34
↓ 3 callersFunctiongetAISettings
()
src/components/SettingsDialog.tsx:50
↓ 3 callersFunctiongetPayloadConfigFromPayload
(config: ChartConfig, payload: unknown, key: string)
src/components/ui/chart.tsx:278
↓ 2 callersFunctionaddToRemoveQueue
(toastId: string)
src/hooks/use-toast.ts:55
↓ 2 callersFunctionuseChart
()
src/components/ui/chart.tsx:22
↓ 1 callersFunctiondismiss
()
src/hooks/use-toast.ts:145
↓ 1 callersFunctiongenId
()
src/hooks/use-toast.ts:24
↓ 1 callersFunctiongetDeviceId
()
src/components/SettingsDialog.tsx:41
↓ 1 callersFunctiongetOrCreateUsage
(supabase: any, deviceId: string)
supabase/functions/polish-resume/index.ts:63
↓ 1 callersFunctiongetProvider
(body: RequestBody, freeApiKey: string)
supabase/functions/polish-resume/index.ts:127
↓ 1 callersFunctionincrementUsage
(supabase: any, deviceId: string)
supabase/functions/polish-resume/index.ts:99
↓ 1 callersFunctioninitGA
()
src/utils/analytics.ts:5
↓ 1 callersFunctionreducer
(state: State, action: Action)
src/hooks/use-toast.ts:71
↓ 1 callersFunctiontrackAPIConfig
(provider: string)
src/utils/analytics.ts:50
↓ 1 callersFunctiontrackCopyResult
(version: string)
src/utils/analytics.ts:42
↓ 1 callersFunctiontrackPageView
(path: string)
src/utils/analytics.ts:15
↓ 1 callersFunctiontrackPolishRequest
(provider: string)
src/utils/analytics.ts:38
↓ 1 callersFunctiontrackSettingsOpen
()
src/utils/analytics.ts:46
↓ 1 callersFunctionupdateStats
()
src/components/BusuanziStats.tsx:20
↓ 1 callersFunctionuseIsMobile
()
src/hooks/use-mobile.tsx:5
↓ 1 callersFunctionuseToast
()
src/hooks/use-toast.ts:166
FunctionAlertDialogFooter
({ className, ...props }: React.HTMLAttributes<HTMLDivElement>)
src/components/ui/alert-dialog.tsx:51
FunctionAlertDialogHeader
({ className, ...props }: React.HTMLAttributes<HTMLDivElement>)
src/components/ui/alert-dialog.tsx:46
FunctionApp
()
src/App.tsx:13
FunctionBadge
({ className, variant, ...props }: BadgeProps)
src/components/ui/badge.tsx:25
FunctionBreadcrumbEllipsis
({ className, ...props }: React.ComponentProps<"span">)
src/components/ui/breadcrumb.tsx:69
FunctionBreadcrumbSeparator
({ children, className, ...props }: React.ComponentProps<"li">)
src/components/ui/breadcrumb.tsx:62
FunctionBusuanziStats
()
src/components/BusuanziStats.tsx:12
FunctionCalendar
({ className, classNames, showOutsideDays = true, ...props }: CalendarProps)
src/components/ui/calendar.tsx:10
FunctionChartStyle
({ id, config }: { id: string; config: ChartConfig })
src/components/ui/chart.tsx:61
FunctionCommandDialog
({ children, ...props }: CommandDialogProps)
src/components/ui/command.tsx:26
FunctionCommandShortcut
({ className, ...props }: React.HTMLAttributes<HTMLSpanElement>)
src/components/ui/command.tsx:117
FunctionContextMenuShortcut
({ className, ...props }: React.HTMLAttributes<HTMLSpanElement>)
src/components/ui/context-menu.tsx:157
FunctionDialogFooter
({ className, ...props }: React.HTMLAttributes<HTMLDivElement>)
src/components/ui/dialog.tsx:59
FunctionDialogHeader
({ className, ...props }: React.HTMLAttributes<HTMLDivElement>)
src/components/ui/dialog.tsx:54
FunctionDrawer
({ shouldScaleBackground = true, ...props }: React.ComponentProps<typeof DrawerPrimitive.Root>)
src/components/ui/drawer.tsx:6
FunctionDrawerFooter
({ className, ...props }: React.HTMLAttributes<HTMLDivElement>)
src/components/ui/drawer.tsx:51
FunctionDrawerHeader
({ className, ...props }: React.HTMLAttributes<HTMLDivElement>)
src/components/ui/drawer.tsx:46
FunctionDropdownMenuShortcut
({ className, ...props }: React.HTMLAttributes<HTMLSpanElement>)
src/components/ui/dropdown-menu.tsx:158
FunctionFormField
({ ...props }: ControllerProps<TFieldValues, TName>)
src/components/ui/form.tsx:20
FunctionIndex
()
src/pages/Index.tsx:28
FunctionLoadingSkeleton
()
src/components/LoadingSkeleton.tsx:1
FunctionMenubarShortcut
({ className, ...props }: React.HTMLAttributes<HTMLSpanElement>)
src/components/ui/menubar.tsx:185
FunctionNotFound
()
src/pages/NotFound.tsx:4
FunctionPagination
({ className, ...props }: React.ComponentProps<"nav">)
src/components/ui/pagination.tsx:7
FunctionPaginationEllipsis
({ className, ...props }: React.ComponentProps<"span">)
src/components/ui/pagination.tsx:65
FunctionPaginationLink
({ className, isActive, size = "icon", ...props }: PaginationLinkProps)
src/components/ui/pagination.tsx:34
FunctionPaginationNext
({ className, ...props }: React.ComponentProps<typeof PaginationLink>)
src/components/ui/pagination.tsx:57
FunctionPaginationPrevious
({ className, ...props }: React.ComponentProps<typeof PaginationLink>)
src/components/ui/pagination.tsx:49
FunctionResizableHandle
({ withHandle, className, ...props }: React.ComponentProps<typeof ResizablePrimitive.PanelResizeHandle>
src/components/ui/resizable.tsx:15
FunctionResizablePanelGroup
({ className, ...props }: React.ComponentProps<typeof ResizablePrimitive.PanelGroup>)
src/components/ui/resizable.tsx:6
FunctionResultCard
({ version, title, subtitle, content, delay = 0 }: ResultCardProps)
src/components/ResultCard.tsx:33
FunctionSettingsDialog
({ usageInfo }: SettingsDialogProps)
src/components/SettingsDialog.tsx:72
FunctionSheetFooter
({ className, ...props }: React.HTMLAttributes<HTMLDivElement>)
src/components/ui/sheet.tsx:75
FunctionSheetHeader
({ className, ...props }: React.HTMLAttributes<HTMLDivElement>)
src/components/ui/sheet.tsx:70
FunctionSkeleton
({ className, ...props }: React.HTMLAttributes<HTMLDivElement>)
src/components/ui/skeleton.tsx:3
FunctionToaster
()
src/components/ui/toaster.tsx:4
FunctionToaster
({ ...props }: ToasterProps)
src/components/ui/sonner.tsx:6
FunctionhandleCopy
()
src/components/ResultCard.tsx:37
FunctionhandleKeyDown
(event: KeyboardEvent)
src/components/ui/sidebar.tsx:80
FunctionhandleLoad
()
src/components/BusuanziStats.tsx:54
FunctionhandlePolish
()
src/pages/Index.tsx:35
FunctionhandleSave
()
src/components/SettingsDialog.tsx:81
FunctiononChange
()
src/hooks/use-mobile.tsx:10
FunctionresetAISettings
()
src/components/SettingsDialog.tsx:64
Functiontoast
({ ...props }: Toast)
src/hooks/use-toast.ts:137
Functionupdate
(props: ToasterToast)
src/hooks/use-toast.ts:140