MCPcopy Create free account

hub / github.com/ammaarreshi/Gemini-Search / functions

Functions73 in github.com/ammaarreshi/Gemini-Search

↓ 203 callersFunctioncn
(...inputs: ClassValue[])
client/src/lib/utils.ts:4
↓ 5 callersFunctiondispatch
(action: Action)
client/src/hooks/use-toast.ts:133
↓ 4 callersFunctionlog
(message: string, source = "express")
server/vite.ts:13
↓ 4 callersFunctionuseCarousel
()
client/src/components/ui/carousel.tsx:33
↓ 4 callersFunctionuseFormField
()
client/src/components/ui/form.tsx:42
↓ 4 callersFunctionuseSidebar
()
client/src/components/ui/sidebar.tsx:39
↓ 3 callersFunctiongetPayloadConfigFromPayload
( config: ChartConfig, payload: unknown, key: string )
client/src/components/ui/chart.tsx:318
↓ 2 callersFunctionaddToRemoveQueue
(toastId: string)
client/src/hooks/use-toast.ts:58
↓ 2 callersFunctionformatResponseToMarkdown
( text: string | Promise<string> )
server/routes.ts:27
↓ 2 callersFunctionsetupEnvironment
()
server/env.ts:9
↓ 2 callersFunctionuseChart
()
client/src/components/ui/chart.tsx:25
↓ 1 callersFunctiondismiss
()
client/src/hooks/use-toast.ts:150
↓ 1 callersFunctiongenId
()
client/src/hooks/use-toast.ts:27
↓ 1 callersFunctiongetQueryFromUrl
()
client/src/pages/Search.tsx:21
↓ 1 callersFunctionhandleSubmit
()
client/src/components/SearchInput.tsx:24
↓ 1 callersFunctionhandleSubmit
()
client/src/components/FollowUpInput.tsx:18
↓ 1 callersFunctionreducer
(state: State, action: Action)
client/src/hooks/use-toast.ts:74
↓ 1 callersFunctionregisterRoutes
(app: Express)
server/routes.ts:104
↓ 1 callersFunctionserveStatic
(app: Express)
server/vite.ts:78
↓ 1 callersFunctionsetupVite
(app: Express, server: Server)
server/vite.ts:24
↓ 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:8
FunctionBadge
({ className, variant, ...props }: BadgeProps)
client/src/components/ui/badge.tsx:30
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
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:68
FunctionCommandDialog
({ children, ...props }: CommandDialogProps)
client/src/components/ui/command.tsx:26
FunctionCommandShortcut
({ className, ...props }: React.HTMLAttributes<HTMLSpanElement>)
client/src/components/ui/command.tsx:127
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:68
FunctionDialogHeader
({ className, ...props }: React.HTMLAttributes<HTMLDivElement>)
client/src/components/ui/dialog.tsx:54
FunctionDrawer
({ shouldScaleBackground = true, ...props }: React.ComponentProps<typeof DrawerPrimitive.Root>)
client/src/components/ui/drawer.tsx:6
FunctionDrawerFooter
({ className, ...props }: React.HTMLAttributes<HTMLDivElement>)
client/src/components/ui/drawer.tsx:67
FunctionDrawerHeader
({ className, ...props }: React.HTMLAttributes<HTMLDivElement>)
client/src/components/ui/drawer.tsx:56
FunctionDropdownMenuShortcut
({ className, ...props }: React.HTMLAttributes<HTMLSpanElement>)
client/src/components/ui/dropdown-menu.tsx:169
FunctionFollowUpInput
({ onSubmit, isLoading = false, }: FollowUpInputProps)
client/src/components/FollowUpInput.tsx:12
FunctionFormField
({ ...props }: ControllerProps<TFieldValues, TName>)
client/src/components/ui/form.tsx:29
FunctionHome
()
client/src/pages/Home.tsx:7
FunctionLogo
({ className, animate = false }: LogoProps)
client/src/components/Logo.tsx:9
FunctionMenubarShortcut
({ className, ...props }: React.HTMLAttributes<HTMLSpanElement>)
client/src/components/ui/menubar.tsx:201
FunctionNotFound
()
client/src/App.tsx:22
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:21
FunctionResizablePanelGroup
({ className, ...props }: React.ComponentProps<typeof ResizablePrimitive.PanelGroup>)
client/src/components/ui/resizable.tsx:6
FunctionSearch
()
client/src/pages/Search.tsx:12
FunctionSearchInput
({ onSearch, isLoading = false, initialValue = '', autoFocus = false, large = false, }: SearchInpu
client/src/components/SearchInput.tsx:15
FunctionSearchResults
({ query, results, isLoading, error, isFollowUp, originalQuery }: SearchResultsProps)
client/src/components/SearchResults.tsx:20
FunctionSheetFooter
({ className, ...props }: React.HTMLAttributes<HTMLDivElement>)
client/src/components/ui/sheet.tsx:89
FunctionSheetHeader
({ className, ...props }: React.HTMLAttributes<HTMLDivElement>)
client/src/components/ui/sheet.tsx:75
FunctionSkeleton
({ className, ...props }: React.HTMLAttributes<HTMLDivElement>)
client/src/components/ui/skeleton.tsx:3
FunctionSourceList
({ sources }: SourceListProps)
client/src/components/SourceList.tsx:16
FunctionSourcePreviewModal
({ source, isOpen, onClose }: SourcePreviewModalProps)
client/src/components/SourcePreviewModal.tsx:18
FunctionThemeToggle
()
client/src/components/ThemeToggle.tsx:6
FunctionToaster
()
client/src/components/ui/toaster.tsx:11
FunctionhandleFollowUp
(newFollowUpQuery: string)
client/src/pages/Search.tsx:118
FunctionhandleKeyDown
(e: KeyboardEvent<HTMLInputElement>)
client/src/components/SearchInput.tsx:30
FunctionhandleKeyDown
(e: KeyboardEvent<HTMLInputElement>)
client/src/components/FollowUpInput.tsx:25
FunctionhandleKeyDown
(event: KeyboardEvent)
client/src/components/ui/sidebar.tsx:100
FunctionhandleSearch
(e: React.FormEvent)
client/src/pages/Home.tsx:11
FunctionhandleSearch
(newQuery: string)
client/src/pages/Search.tsx:103
FunctiononChange
()
client/src/hooks/use-mobile.tsx:10
FunctionsearchWithGemini
(query: string)
client/src/lib/gemini.ts:3
Functiontoast
({ ...props }: Toast)
client/src/hooks/use-toast.ts:142
FunctiontoggleTheme
()
client/src/components/ThemeToggle.tsx:14
Functionupdate
(props: ToasterToast)
client/src/hooks/use-toast.ts:145