MCPcopy Create free account

hub / github.com/cubewhy/skid-homework / functions

Functions376 in github.com/cubewhy/skid-homework

↓ 1 callersFunctionscrollToBottom
(smooth = true)
src/components/chat/chat-messages.tsx:31
↓ 1 callersMethodsendChat
( messages: AiChatMessage[], model = "gemini-3.1-pro-preview", callback?: (text: string) => void,
src/ai/gemini.ts:253
↓ 1 callersFunctionstartScan
()
src/components/pages/ScanPage.tsx:331
↓ 1 callersFunctionsyncFromUrl
()
src/hooks/use-chat-logic.ts:118
↓ 1 callersMethodtrimMarkdownFence
* Remove ```text ... ``` wrappers
src/ai/response.ts:35
↓ 1 callersFunctiontrimTitle
(text: string, fallback: string)
src/hooks/use-chat-logic.ts:19
↓ 1 callersFunctionuseChatLogic
()
src/hooks/use-chat-logic.ts:36
↓ 1 callersFunctionuseHasActiveAiKey
()
src/store/ai-store.ts:389
↓ 1 callersFunctionuseSolutionExport
(orderedSolutions: OrderedSolution[])
src/hooks/use-solution-export.ts:11
↓ 1 callersFunctionuseStoreInitialization
()
src/hooks/use-store-initialization.ts:8
↓ 1 callersFunctionwaitForOpenCV
()
src/utils/image-post-processing.ts:19
↓ 1 callersFunctionwithTimeout
( promise: Promise<T>, ms: number, timeoutErrorMsg = "Operation timed out", )
src/utils/timeout.ts:8
↓ 1 callersFunctionworker
()
src/components/pages/ScanPage.tsx:489
FunctionAIAPICredentialsManager
({ activeSource, }: AIAPICredentialsManagerProps)
src/components/settings/AIAPICredentialsManager.tsx:55
FunctionAISourceManager
()
src/components/settings/AISourceManager.tsx:20
FunctionAccordion
({ ...props }: React.ComponentProps<typeof AccordionPrimitive.Root>)
src/components/ui/accordion.tsx:7
FunctionAccordionContent
({ className, children, ...props }: React.ComponentProps<typeof AccordionPrimitive.Content>)
src/components/ui/accordion.tsx:48
FunctionAccordionItem
({ className, ...props }: React.ComponentProps<typeof AccordionPrimitive.Item>)
src/components/ui/accordion.tsx:13
FunctionAccordionTrigger
({ className, children, ...props }: React.ComponentProps<typeof AccordionPrimitive.Trigger>)
src/components/ui/accordion.tsx:26
FunctionActionsArea
({ startScan, itemsLength, clearAll, layout = "default", }: ActionsAreaProps)
src/components/actions/ActionsArea.tsx:18
FunctionActionsCard
({ items, appendFilesAction, totalBytes, clearAllAction, startScanAction, allowPdfUploads, layou
src/components/actions/ActionsCard.tsx:34
FunctionActiveSolutionContent
({ ref, entry, isActive, onNavigateImage, }: ActiveSolutionContentProps)
src/components/solutions/ActiveSolutionContent.tsx:31
FunctionAddAISourceDialog
({ onChange, open }: AddAISourceDialogProps)
src/components/settings/AddAISourceDialog.tsx:27
FunctionAlert
({ className, variant, ...props }: React.ComponentProps<"div"> & VariantProps<typeof alertVariants>)
src/components/ui/alert.tsx:22
FunctionAlertDescription
({ className, ...props }: React.ComponentProps<"div">)
src/components/ui/alert.tsx:50
FunctionAlertDialog
({ ...props }: React.ComponentProps<typeof AlertDialogPrimitive.Root>)
src/components/ui/alert-dialog.tsx:7
FunctionAlertDialogAction
({ className, ...props }: React.ComponentProps<typeof AlertDialogPrimitive.Action>)
src/components/ui/alert-dialog.tsx:119
FunctionAlertDialogCancel
({ className, ...props }: React.ComponentProps<typeof AlertDialogPrimitive.Cancel>)
src/components/ui/alert-dialog.tsx:131
FunctionAlertDialogContent
({ className, ...props }: React.ComponentProps<typeof AlertDialogPrimitive.Content>)
src/components/ui/alert-dialog.tsx:45
FunctionAlertDialogDescription
({ className, ...props }: React.ComponentProps<typeof AlertDialogPrimitive.Description>)
src/components/ui/alert-dialog.tsx:106
FunctionAlertDialogFooter
({ className, ...props }: React.ComponentProps<"div">)
src/components/ui/alert-dialog.tsx:77
FunctionAlertDialogHeader
({ className, ...props }: React.ComponentProps<"div">)
src/components/ui/alert-dialog.tsx:64
FunctionAlertDialogOverlay
({ className, ...props }: React.ComponentProps<typeof AlertDialogPrimitive.Overlay>)
src/components/ui/alert-dialog.tsx:29
FunctionAlertDialogPortal
({ ...props }: React.ComponentProps<typeof AlertDialogPrimitive.Portal>)
src/components/ui/alert-dialog.tsx:21
FunctionAlertDialogTitle
({ className, ...props }: React.ComponentProps<typeof AlertDialogPrimitive.Title>)
src/components/ui/alert-dialog.tsx:93
FunctionAlertDialogTrigger
({ ...props }: React.ComponentProps<typeof AlertDialogPrimitive.Trigger>)
src/components/ui/alert-dialog.tsx:13
FunctionAlertTitle
({ className, ...props }: React.ComponentProps<"div">)
src/components/ui/alert.tsx:37
FunctionBackButton
({ href }: BackButtonProps)
src/components/settings/SettingsPage.tsx:48
FunctionBadge
({ className, variant, asChild = false, ...props }: React.ComponentProps<"span"> & VariantProps<type
src/components/ui/badge.tsx:28
FunctionButton
({ className, variant, size, asChild = false, ...props }: React.ComponentProps<"button"> & Variant
src/components/ui/button.tsx:39
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
FunctionCardTitle
({ className, ...props }: React.ComponentProps<"div">)
src/components/ui/card.tsx:31
FunctionChatComposer
({ input, setInput, onSend, isSending, disabled, }: ChatComposerProps)
src/components/chat/chat-composer.tsx:19
FunctionChatHeader
({ sidebarOpen, setSidebarOpen, sidebarCollapsed, setSidebarCollapsed, renderSidebar, availableSou
src/components/chat/chat-header.tsx:52
FunctionChatMessages
({ messages, resolvedSource }: ChatMessagesProps)
src/components/chat/chat-messages.tsx:23
FunctionChatPage
()
src/components/chat/page.tsx:20
FunctionChatRoute
()
src/app/chat/page.tsx:4
FunctionChatSidebar
({ threads, activeChatId, sourceMap, searchQuery, onSearchChange, onNewChat, onSelectChat, on
src/components/chat/chat-sidebar.tsx:43
FunctionCheckbox
({ className, ...props }: React.ComponentProps<typeof CheckboxPrimitive.Root>)
src/components/ui/checkbox.tsx:7
FunctionCodeBlock
({ className, children, node, ...props }: MarkdownCodeProps)
src/components/markdown/CodeBlock.tsx:45
FunctionCodeBlock
({ value: controlledValue, onValueChange: controlledOnValueChange, defaultValue, className, data,
src/components/ui/shadcn-io/code-block/index.tsx:278
FunctionCodeBlockBody
({ children, ...props }: CodeBlockBodyProps)
src/components/ui/shadcn-io/code-block/index.tsx:518
FunctionCodeBlockContent
({ children, themes, language, syntaxHighlighting = true, ...props }: CodeBlockContentProps)
src/components/ui/shadcn-io/code-block/server.tsx:23
FunctionCodeBlockContent
({ children, themes = { light: "vitesse-light", dark: "vitesse-dark", }, language = "typescrip
src/components/ui/shadcn-io/code-block/index.tsx:571
FunctionCodeBlockCopyButton
({ asChild, onCopy, onError, timeout = 2000, children, className, ...props }: CodeBlockCopyButto
src/components/ui/shadcn-io/code-block/index.tsx:440
FunctionCodeBlockFallback
({ children, ...props }: CodeBlockFallbackProps)
src/components/ui/shadcn-io/code-block/index.tsx:494
FunctionCodeBlockFilename
({ icon, value, children, ...props }: CodeBlockFilenameProps)
src/components/ui/shadcn-io/code-block/index.tsx:346
FunctionCodeBlockFiles
({ className, children, ...props }: CodeBlockFilesProps)
src/components/ui/shadcn-io/code-block/index.tsx:324
FunctionCodeBlockHeader
({ className, ...props }: CodeBlockHeaderProps)
src/components/ui/shadcn-io/code-block/index.tsx:304
FunctionCodeBlockItem
({ children, lineNumbers = true, className, value, ...props }: CodeBlockItemProps)
src/components/ui/shadcn-io/code-block/index.tsx:529
FunctionCodeBlockSelect
(props: CodeBlockSelectProps)
src/components/ui/shadcn-io/code-block/index.tsx:378
FunctionCodeBlockSelectContent
({ children, ...props }: CodeBlockSelectContentProps)
src/components/ui/shadcn-io/code-block/index.tsx:414
FunctionCodeBlockSelectItem
({ className, ...props }: CodeBlockSelectItemProps)
src/components/ui/shadcn-io/code-block/index.tsx:427
FunctionCodeBlockSelectTrigger
({ className, ...props }: CodeBlockSelectTriggerProps)
src/components/ui/shadcn-io/code-block/index.tsx:388
FunctionCodeBlockSelectValue
(props: CodeBlockSelectValueProps)
src/components/ui/shadcn-io/code-block/index.tsx:403
FunctionCodeRenderer
({ language, content, filename = "Scratch", className, }: CodeRendererProps)
src/components/markdown/CodeRenderer.tsx:23
FunctionCollapsible
({ ...props }: React.ComponentProps<typeof CollapsiblePrimitive.Root>)
src/components/ui/collapsible.tsx:3
FunctionCollapsibleContent
({ ...props }: React.ComponentProps<typeof CollapsiblePrimitive.CollapsibleContent>)
src/components/ui/collapsible.tsx:20
FunctionCollapsibleTrigger
({ ...props }: React.ComponentProps<typeof CollapsiblePrimitive.CollapsibleTrigger>)
src/components/ui/collapsible.tsx:9
FunctionCommand
({ className, ...props }: React.ComponentProps<typeof CommandPrimitive>)
src/components/ui/command.tsx:14
FunctionCommandDialog
({ title = "Command Palette", description = "Search for a command to run...", children, className, s
src/components/ui/command.tsx:30
FunctionCommandEmpty
({ ...props }: React.ComponentProps<typeof CommandPrimitive.Empty>)
src/components/ui/command.tsx:99
FunctionCommandGroup
({ className, ...props }: React.ComponentProps<typeof CommandPrimitive.Group>)
src/components/ui/command.tsx:111
FunctionCommandInput
({ className, ...props }: React.ComponentProps<typeof CommandPrimitive.Input>)
src/components/ui/command.tsx:61
FunctionCommandItem
({ className, ...props }: React.ComponentProps<typeof CommandPrimitive.Item>)
src/components/ui/command.tsx:140
FunctionCommandList
({ className, ...props }: React.ComponentProps<typeof CommandPrimitive.List>)
src/components/ui/command.tsx:83
FunctionCommandSeparator
({ className, ...props }: React.ComponentProps<typeof CommandPrimitive.Separator>)
src/components/ui/command.tsx:127
FunctionCommandShortcut
({ className, ...props }: React.ComponentProps<"span">)
src/components/ui/command.tsx:156
FunctionContextMenu
({ ...props }: React.ComponentProps<typeof ContextMenuPrimitive.Root>)
src/components/ui/context-menu.tsx:7
FunctionContextMenuCheckboxItem
({ className, children, checked, ...props }: React.ComponentProps<typeof ContextMenuPrimitive.Checkbox
src/components/ui/context-menu.tsx:135
FunctionContextMenuContent
({ className, ...props }: React.ComponentProps<typeof ContextMenuPrimitive.Content>)
src/components/ui/context-menu.tsx:94
FunctionContextMenuGroup
({ ...props }: React.ComponentProps<typeof ContextMenuPrimitive.Group>)
src/components/ui/context-menu.tsx:21
FunctionContextMenuItem
({ className, inset, variant = "default", ...props }: React.ComponentProps<typeof ContextMenuPrimitive
src/components/ui/context-menu.tsx:112
FunctionContextMenuLabel
({ className, inset, ...props }: React.ComponentProps<typeof ContextMenuPrimitive.Label> & { inset?: b
src/components/ui/context-menu.tsx:185
FunctionContextMenuPortal
({ ...props }: React.ComponentProps<typeof ContextMenuPrimitive.Portal>)
src/components/ui/context-menu.tsx:29
FunctionContextMenuRadioGroup
({ ...props }: React.ComponentProps<typeof ContextMenuPrimitive.RadioGroup>)
src/components/ui/context-menu.tsx:43
FunctionContextMenuRadioItem
({ className, children, ...props }: React.ComponentProps<typeof ContextMenuPrimitive.RadioItem>)
src/components/ui/context-menu.tsx:161
FunctionContextMenuSeparator
({ className, ...props }: React.ComponentProps<typeof ContextMenuPrimitive.Separator>)
src/components/ui/context-menu.tsx:205
FunctionContextMenuShortcut
({ className, ...props }: React.ComponentProps<"span">)
src/components/ui/context-menu.tsx:218
FunctionContextMenuSub
({ ...props }: React.ComponentProps<typeof ContextMenuPrimitive.Sub>)
src/components/ui/context-menu.tsx:37
FunctionContextMenuSubContent
({ className, ...props }: React.ComponentProps<typeof ContextMenuPrimitive.SubContent>)
src/components/ui/context-menu.tsx:78
FunctionContextMenuSubTrigger
({ className, inset, children, ...props }: React.ComponentProps<typeof ContextMenuPrimitive.SubTrigger
src/components/ui/context-menu.tsx:54
FunctionContextMenuTrigger
({ ...props }: React.ComponentProps<typeof ContextMenuPrimitive.Trigger>)
src/components/ui/context-menu.tsx:13
FunctionDiagramRenderer
({ content, language, children, }: DiagramRendererProps)
src/components/markdown/diagram/DiagramRenderer.tsx:12
FunctionDialog
({ ...props }: React.ComponentProps<typeof DialogPrimitive.Root>)
src/components/ui/dialog.tsx:7
← previousnext →101–200 of 376, ranked by callers