Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Arnesh-26/supply_packaging
/ functions
Functions
66 in github.com/Arnesh-26/supply_packaging
⨍
Functions
66
◇
Types & classes
9
↳
Endpoints
3
↓ 196 callers
Function
cn
(...inputs: ClassValue[])
src/lib/utils.ts:4
↓ 5 callers
Function
dispatch
(action: Action)
src/hooks/use-toast.ts:133
↓ 4 callers
Function
handleInputChange
(field: keyof PredictionData, value: string | number)
src/components/MLPredictionInterface.tsx:35
↓ 4 callers
Function
useCarousel
()
src/components/ui/carousel.tsx:33
↓ 4 callers
Function
useFormField
()
src/components/ui/form.tsx:42
↓ 4 callers
Function
useSidebar
()
src/components/ui/sidebar.tsx:39
↓ 3 callers
Function
getPayloadConfigFromPayload
( config: ChartConfig, payload: unknown, key: string )
src/components/ui/chart.tsx:318
↓ 3 callers
Function
toast
({ ...props }: Toast)
src/hooks/use-toast.ts:142
↓ 3 callers
Function
useToast
()
src/hooks/use-toast.ts:171
↓ 2 callers
Function
addToRemoveQueue
(toastId: string)
src/hooks/use-toast.ts:58
↓ 2 callers
Function
normalize_text
(s: str)
backend.py:81
↓ 2 callers
Function
useChart
()
src/components/ui/chart.tsx:25
↓ 1 callers
Function
dismiss
()
src/hooks/use-toast.ts:150
↓ 1 callers
Function
genId
()
src/hooks/use-toast.ts:27
↓ 1 callers
Function
get_answer
(user_input: str)
backend.py:125
↓ 1 callers
Function
get_answer
(user_input)
app.py:61
↓ 1 callers
Function
make_features_from_data
(data)
backend.py:230
↓ 1 callers
Function
reducer
(state: State, action: Action)
src/hooks/use-toast.ts:74
↓ 1 callers
Function
scrollToBottom
()
src/components/ChatBot.tsx:31
↓ 1 callers
Function
sendMessage
()
src/components/ChatBot.tsx:44
↓ 1 callers
Function
useIsMobile
()
src/hooks/use-mobile.tsx:5
Function
AlertDialogFooter
({ className, ...props }: React.HTMLAttributes<HTMLDivElement>)
src/components/ui/alert-dialog.tsx:60
Function
AlertDialogHeader
({ className, ...props }: React.HTMLAttributes<HTMLDivElement>)
src/components/ui/alert-dialog.tsx:46
Function
App
()
src/App.tsx:4
Function
Badge
({ className, variant, ...props }: BadgeProps)
src/components/ui/badge.tsx:30
Function
BreadcrumbEllipsis
({ className, ...props }: React.ComponentProps<"span">)
src/components/ui/breadcrumb.tsx:91
Function
BreadcrumbSeparator
({ children, className, ...props }: React.ComponentProps<"li">)
src/components/ui/breadcrumb.tsx:75
Function
Calendar
({ className, classNames, showOutsideDays = true, ...props }: CalendarProps)
src/components/ui/calendar.tsx:10
Function
ChartStyle
({ id, config }: { id: string; config: ChartConfig })
src/components/ui/chart.tsx:68
Function
ChatBot
()
src/components/ChatBot.tsx:17
Function
CommandDialog
({ children, ...props }: CommandDialogProps)
src/components/ui/command.tsx:26
Function
CommandShortcut
({ className, ...props }: React.HTMLAttributes<HTMLSpanElement>)
src/components/ui/command.tsx:127
Function
ContextMenuShortcut
({ className, ...props }: React.HTMLAttributes<HTMLSpanElement>)
src/components/ui/context-menu.tsx:166
Function
DialogFooter
({ className, ...props }: React.HTMLAttributes<HTMLDivElement>)
src/components/ui/dialog.tsx:68
Function
DialogHeader
({ className, ...props }: React.HTMLAttributes<HTMLDivElement>)
src/components/ui/dialog.tsx:54
Function
Drawer
({ shouldScaleBackground = true, ...props }: React.ComponentProps<typeof DrawerPrimitive.Root>)
src/components/ui/drawer.tsx:6
Function
DrawerFooter
({ className, ...props }: React.HTMLAttributes<HTMLDivElement>)
src/components/ui/drawer.tsx:67
Function
DrawerHeader
({ className, ...props }: React.HTMLAttributes<HTMLDivElement>)
src/components/ui/drawer.tsx:56
Function
DropdownMenuShortcut
({ className, ...props }: React.HTMLAttributes<HTMLSpanElement>)
src/components/ui/dropdown-menu.tsx:169
Function
FormField
({ ...props }: ControllerProps<TFieldValues, TName>)
src/components/ui/form.tsx:29
Function
Index
()
src/pages/Index.tsx:5
Function
MLPredictionInterface
()
src/components/MLPredictionInterface.tsx:23
Function
MenubarShortcut
({ className, ...props }: React.HTMLAttributes<HTMLSpanElement>)
src/components/ui/menubar.tsx:201
Function
NotFound
()
src/pages/NotFound.tsx:4
Function
Pagination
({ className, ...props }: React.ComponentProps<"nav">)
src/components/ui/pagination.tsx:7
Function
PaginationEllipsis
({ className, ...props }: React.ComponentProps<"span">)
src/components/ui/pagination.tsx:94
Function
PaginationLink
({ className, isActive, size = "icon", ...props }: PaginationLinkProps)
src/components/ui/pagination.tsx:42
Function
PaginationNext
({ className, ...props }: React.ComponentProps<typeof PaginationLink>)
src/components/ui/pagination.tsx:78
Function
PaginationPrevious
({ className, ...props }: React.ComponentProps<typeof PaginationLink>)
src/components/ui/pagination.tsx:62
Function
ResizableHandle
({ withHandle, className, ...props }: React.ComponentProps<typeof ResizablePrimitive.PanelResizeHandle>
src/components/ui/resizable.tsx:21
Function
ResizablePanelGroup
({ className, ...props }: React.ComponentProps<typeof ResizablePrimitive.PanelGroup>)
src/components/ui/resizable.tsx:6
Function
SheetFooter
({ className, ...props }: React.HTMLAttributes<HTMLDivElement>)
src/components/ui/sheet.tsx:89
Function
SheetHeader
({ className, ...props }: React.HTMLAttributes<HTMLDivElement>)
src/components/ui/sheet.tsx:75
Function
Skeleton
({ className, ...props }: React.HTMLAttributes<HTMLDivElement>)
src/components/ui/skeleton.tsx:3
Function
Toaster
()
src/components/ui/toaster.tsx:11
Function
Toaster
({ ...props }: ToasterProps)
src/components/ui/sonner.tsx:6
Function
chat
()
backend.py:207
Function
chat
()
app.py:72
Function
handleKeyDown
(event: KeyboardEvent)
src/components/ui/sidebar.tsx:99
Function
handleKeyPress
(e: React.KeyboardEvent)
src/components/ChatBot.tsx:110
Function
handlePredict
()
src/components/MLPredictionInterface.tsx:42
Function
onChange
()
src/hooks/use-mobile.tsx:10
Function
predict
()
backend.py:248
Function
sendChat
()
src/App.tsx:17
Function
sendPrediction
()
src/App.tsx:28
Function
update
(props: ToasterToast)
src/hooks/use-toast.ts:145