MCPcopy Index your code

hub / github.com/Rudra-Chitnis/titanic-survival-predictor / functions

Functions98 in github.com/Rudra-Chitnis/titanic-survival-predictor

↓ 199 callersFunctioncn
(...inputs: ClassValue[])
client/src/lib/utils.ts:4
↓ 5 callersFunctiondispatch
(action: Action)
client/src/hooks/use-toast.ts:133
↓ 4 callersFunctionuseCarousel
()
client/src/components/ui/carousel.tsx:33
↓ 4 callersFunctionuseFormField
()
client/src/components/ui/form.tsx:44
↓ 4 callersFunctionuseSidebar
()
client/src/components/ui/sidebar.tsx:47
↓ 3 callersFunctiongetPayloadConfigFromPayload
( config: ChartConfig, payload: unknown, key: string )
client/src/components/ui/chart.tsx:320
↓ 2 callersFunctionaddToRemoveQueue
(toastId: string)
client/src/hooks/use-toast.ts:58
↓ 2 callersFunctionlog
(message: string, source = "express")
server/index.ts:25
↓ 2 callersFunctionthrowIfResNotOk
(res: Response)
client/src/lib/queryClient.ts:3
↓ 2 callersFunctionuseChart
()
client/src/components/ui/chart.tsx:27
↓ 1 callersFunctionbuildAll
()
script/build.ts:35
↓ 1 callersFunctiondismiss
()
client/src/hooks/use-toast.ts:150
↓ 1 callersFunctiongenId
()
client/src/hooks/use-toast.ts:27
↓ 1 callersFunctiongetQueryFn
({ on401: unauthorizedBehavior })
client/src/lib/queryClient.ts:30
↓ 1 callersFunctionload_models
()
app.py:98
↓ 1 callersFunctionmain
()
main.py:1
↓ 1 callersFunctionreducer
(state: State, action: Action)
client/src/hooks/use-toast.ts:74
↓ 1 callersFunctionregisterRoutes
( httpServer: Server, app: Express )
server/routes.ts:8
↓ 1 callersFunctionserveStatic
(app: Express)
server/static.ts:5
↓ 1 callersFunctionsetupVite
(server: Server, app: Express)
server/vite.ts:11
↓ 1 callersFunctionuseIsMobile
()
client/src/hooks/use-mobile.tsx:5
↓ 1 callersFunctionuseToast
()
client/src/hooks/use-toast.ts:171
FunctionAlertDialogFooter
({ className, ...props }: React.HTMLAttributes<HTMLDivElement>)
client/src/components/ui/alert-dialog.tsx:60
FunctionAlertDialogHeader
({ className, ...props }: React.HTMLAttributes<HTMLDivElement>)
client/src/components/ui/alert-dialog.tsx:46
FunctionApp
()
client/src/App.tsx:18
FunctionBadge
({ className, variant, ...props }: BadgeProps)
client/src/components/ui/badge.tsx:32
FunctionBreadcrumbEllipsis
({ className, ...props }: React.ComponentProps<"span">)
client/src/components/ui/breadcrumb.tsx:91
FunctionBreadcrumbSeparator
({ children, className, ...props }: React.ComponentProps<"li">)
client/src/components/ui/breadcrumb.tsx:75
FunctionBubbles
()
client/src/pages/home.tsx:15
FunctionCalendar
({ className, classNames, showOutsideDays = true, ...props }: CalendarProps)
client/src/components/ui/calendar.tsx:10
FunctionChartStyle
({ id, config }: { id: string; config: ChartConfig })
client/src/components/ui/chart.tsx:70
FunctionCommandDialog
({ children, ...props }: DialogProps)
client/src/components/ui/command.tsx:24
FunctionCommandShortcut
({ className, ...props }: React.HTMLAttributes<HTMLSpanElement>)
client/src/components/ui/command.tsx:125
FunctionConfettiAnimation
()
client/src/pages/home.tsx:86
FunctionContextMenuShortcut
({ className, ...props }: React.HTMLAttributes<HTMLSpanElement>)
client/src/components/ui/context-menu.tsx:166
FunctionDialogFooter
({ className, ...props }: React.HTMLAttributes<HTMLDivElement>)
client/src/components/ui/dialog.tsx:70
FunctionDialogHeader
({ className, ...props }: React.HTMLAttributes<HTMLDivElement>)
client/src/components/ui/dialog.tsx:56
FunctionDrawer
({ shouldScaleBackground = true, ...props }: React.ComponentProps<typeof DrawerPrimitive.Root>)
client/src/components/ui/drawer.tsx:8
FunctionDrawerFooter
({ className, ...props }: React.HTMLAttributes<HTMLDivElement>)
client/src/components/ui/drawer.tsx:69
FunctionDrawerHeader
({ className, ...props }: React.HTMLAttributes<HTMLDivElement>)
client/src/components/ui/drawer.tsx:58
FunctionDropdownMenuShortcut
({ className, ...props }: React.HTMLAttributes<HTMLSpanElement>)
client/src/components/ui/dropdown-menu.tsx:169
FunctionFormField
({ ...props }: ControllerProps<TFieldValues, TName>)
client/src/components/ui/form.tsx:31
FunctionHome
()
client/src/pages/home.tsx:121
FunctionMenubarGroup
({ ...props }: React.ComponentProps<typeof MenubarPrimitive.Group>)
client/src/components/ui/menubar.tsx:15
FunctionMenubarMenu
({ ...props }: React.ComponentProps<typeof MenubarPrimitive.Menu>)
client/src/components/ui/menubar.tsx:9
FunctionMenubarPortal
({ ...props }: React.ComponentProps<typeof MenubarPrimitive.Portal>)
client/src/components/ui/menubar.tsx:21
FunctionMenubarRadioGroup
({ ...props }: React.ComponentProps<typeof MenubarPrimitive.RadioGroup>)
client/src/components/ui/menubar.tsx:27
FunctionMenubarShortcut
({ className, ...props }: React.HTMLAttributes<HTMLSpanElement>)
client/src/components/ui/menubar.tsx:223
FunctionMenubarSub
({ ...props }: React.ComponentProps<typeof MenubarPrimitive.Sub>)
client/src/components/ui/menubar.tsx:33
FunctionNotFound
()
client/src/pages/not-found.tsx:4
FunctionPagination
({ className, ...props }: React.ComponentProps<"nav">)
client/src/components/ui/pagination.tsx:7
FunctionPaginationEllipsis
({ className, ...props }: React.ComponentProps<"span">)
client/src/components/ui/pagination.tsx:94
FunctionPaginationLink
({ className, isActive, size = "icon", ...props }: PaginationLinkProps)
client/src/components/ui/pagination.tsx:42
FunctionPaginationNext
({ className, ...props }: React.ComponentProps<typeof PaginationLink>)
client/src/components/ui/pagination.tsx:78
FunctionPaginationPrevious
({ className, ...props }: React.ComponentProps<typeof PaginationLink>)
client/src/components/ui/pagination.tsx:62
FunctionResizableHandle
({ withHandle, className, ...props }: React.ComponentProps<typeof ResizablePrimitive.PanelResizeHandle>
client/src/components/ui/resizable.tsx:23
FunctionResizablePanelGroup
({ className, ...props }: React.ComponentProps<typeof ResizablePrimitive.PanelGroup>)
client/src/components/ui/resizable.tsx:8
FunctionRouter
()
client/src/App.tsx:9
FunctionSheetFooter
({ className, ...props }: React.HTMLAttributes<HTMLDivElement>)
client/src/components/ui/sheet.tsx:91
FunctionSheetHeader
({ className, ...props }: React.HTMLAttributes<HTMLDivElement>)
client/src/components/ui/sheet.tsx:77
FunctionSidebar
({ side = "left", variant = "sidebar", collapsible = "offcanvas", className, children, ...props }:
client/src/components/ui/sidebar.tsx:154
FunctionSidebarContent
({ className, ...props }: React.ComponentProps<"div">)
client/src/components/ui/sidebar.tsx:372
FunctionSidebarFooter
({ className, ...props }: React.ComponentProps<"div">)
client/src/components/ui/sidebar.tsx:347
FunctionSidebarGroup
({ className, ...props }: React.ComponentProps<"div">)
client/src/components/ui/sidebar.tsx:386
FunctionSidebarGroupAction
({ className, asChild = false, ...props }: React.ComponentProps<"button"> & { asChild?: boolean })
client/src/components/ui/sidebar.tsx:418
FunctionSidebarGroupContent
({ className, ...props }: React.ComponentProps<"div">)
client/src/components/ui/sidebar.tsx:441
FunctionSidebarGroupLabel
({ className, asChild = false, ...props }: React.ComponentProps<"div"> & { asChild?: boolean })
client/src/components/ui/sidebar.tsx:397
FunctionSidebarHeader
({ className, ...props }: React.ComponentProps<"div">)
client/src/components/ui/sidebar.tsx:336
FunctionSidebarInput
({ className, ...props }: React.ComponentProps<typeof Input>)
client/src/components/ui/sidebar.tsx:322
FunctionSidebarInset
({ className, ...props }: React.ComponentProps<"main">)
client/src/components/ui/sidebar.tsx:308
FunctionSidebarMenu
({ className, ...props }: React.ComponentProps<"ul">)
client/src/components/ui/sidebar.tsx:455
FunctionSidebarMenuAction
({ className, asChild = false, showOnHover = false, ...props }: React.ComponentProps<"button"> & { a
client/src/components/ui/sidebar.tsx:549
FunctionSidebarMenuBadge
({ className, ...props }: React.ComponentProps<"div">)
client/src/components/ui/sidebar.tsx:581
FunctionSidebarMenuButton
({ asChild = false, isActive = false, variant = "default", size = "default", tooltip, className,
client/src/components/ui/sidebar.tsx:499
FunctionSidebarMenuItem
({ className, ...props }: React.ComponentProps<"li">)
client/src/components/ui/sidebar.tsx:466
FunctionSidebarMenuSkeleton
({ className, showIcon = false, ...props }: React.ComponentProps<"div"> & { showIcon?: boolean })
client/src/components/ui/sidebar.tsx:603
FunctionSidebarMenuSub
({ className, ...props }: React.ComponentProps<"ul">)
client/src/components/ui/sidebar.tsx:641
FunctionSidebarMenuSubButton
({ asChild = false, size = "md", isActive = false, className, ...props }: React.ComponentProps<"a">
client/src/components/ui/sidebar.tsx:670
FunctionSidebarMenuSubItem
({ className, ...props }: React.ComponentProps<"li">)
client/src/components/ui/sidebar.tsx:656
FunctionSidebarProvider
({ defaultOpen = true, open: openProp, onOpenChange: setOpenProp, className, style, children, ..
client/src/components/ui/sidebar.tsx:56
FunctionSidebarRail
({ className, ...props }: React.ComponentProps<"button">)
client/src/components/ui/sidebar.tsx:282
FunctionSidebarSeparator
({ className, ...props }: React.ComponentProps<typeof Separator>)
client/src/components/ui/sidebar.tsx:358
FunctionSidebarTrigger
({ className, onClick, ...props }: React.ComponentProps<typeof Button>)
client/src/components/ui/sidebar.tsx:256
FunctionSkeleton
({ className, ...props }: React.HTMLAttributes<HTMLDivElement>)
client/src/components/ui/skeleton.tsx:3
FunctionSnowAnimation
()
client/src/pages/home.tsx:49
FunctionToaster
()
client/src/components/ui/toaster.tsx:11
FunctionapiRequest
( method: string, url: string, data?: unknown | undefined, )
client/src/lib/queryClient.ts:10
Methodconstructor
()
server/storage.ts:16
MethodcreateUser
(user: InsertUser)
server/storage.ts:10
MethodcreateUser
(insertUser: InsertUser)
server/storage.ts:30
MethodgetUser
(id: string)
server/storage.ts:8
MethodgetUser
(id: string)
server/storage.ts:20
MethodgetUserByUsername
(username: string)
server/storage.ts:9
MethodgetUserByUsername
(username: string)
server/storage.ts:24
FunctionhandleKeyDown
(event: KeyboardEvent)
client/src/components/ui/sidebar.tsx:98
FunctiononChange
()
client/src/hooks/use-mobile.tsx:10
Functiontoast
({ ...props }: Toast)
client/src/hooks/use-toast.ts:142
Functionupdate
(props: ToasterToast)
client/src/hooks/use-toast.ts:145