MCPcopy Create free account

hub / github.com/ComposioHQ/trustclaw / functions

Functions408 in github.com/ComposioHQ/trustclaw

FunctionRadioGroup
({ className, ...props }: React.ComponentProps<typeof RadioGroupPrimitive.Root>)
src/components/ui/radio-group.tsx:9
FunctionRadioGroupItem
({ className, ...props }: React.ComponentProps<typeof RadioGroupPrimitive.Item>)
src/components/ui/radio-group.tsx:22
FunctionRootLayout
({ children, }: Readonly<{ children: React.ReactNode }>)
src/app/layout.tsx:25
FunctionSearchResult
({ delay }: { delay: number })
src/app/_components/chat-mockup.tsx:30
FunctionSearchToolResult
({ data }: SearchToolResultProps)
src/app/(authenticated)/dashboard/_components/tool-results/search-tools/search-tool-result.tsx:81
FunctionSectionSkeleton
()
src/app/(authenticated)/dashboard/settings/_components/settings-page.skeleton.tsx:4
FunctionSecuritySection
()
src/app/_components/security-section.tsx:25
FunctionSelect
({ ...props }: React.ComponentProps<typeof SelectPrimitive.Root>)
src/components/ui/select.tsx:9
FunctionSelectContent
({ className, children, position = "item-aligned", align = "center", ...props }: React.ComponentProp
src/components/ui/select.tsx:53
FunctionSelectGroup
({ ...props }: React.ComponentProps<typeof SelectPrimitive.Group>)
src/components/ui/select.tsx:15
FunctionSelectItem
({ className, children, ...props }: React.ComponentProps<typeof SelectPrimitive.Item>)
src/components/ui/select.tsx:103
FunctionSelectLabel
({ className, ...props }: React.ComponentProps<typeof SelectPrimitive.Label>)
src/components/ui/select.tsx:90
FunctionSelectScrollDownButton
({ className, ...props }: React.ComponentProps<typeof SelectPrimitive.ScrollDownButton>)
src/components/ui/select.tsx:161
FunctionSelectScrollUpButton
({ className, ...props }: React.ComponentProps<typeof SelectPrimitive.ScrollUpButton>)
src/components/ui/select.tsx:143
FunctionSelectSeparator
({ className, ...props }: React.ComponentProps<typeof SelectPrimitive.Separator>)
src/components/ui/select.tsx:130
FunctionSelectTrigger
({ className, size = "default", children, ...props }: React.ComponentProps<typeof SelectPrimitive.Trig
src/components/ui/select.tsx:27
FunctionSelectValue
({ ...props }: React.ComponentProps<typeof SelectPrimitive.Value>)
src/components/ui/select.tsx:21
FunctionSeparator
({ className, orientation = "horizontal", decorative = true, ...props }: React.ComponentProps<typeof S
src/components/ui/separator.tsx:8
FunctionSettingsPageClient
()
src/app/(authenticated)/dashboard/settings/_components/settings-page-client.tsx:15
FunctionSettingsPageSkeleton
()
src/app/(authenticated)/dashboard/settings/_components/settings-page.skeleton.tsx:19
FunctionSheet
({ ...props }: React.ComponentProps<typeof SheetPrimitive.Root>)
src/components/ui/sheet.tsx:9
FunctionSheetClose
({ ...props }: React.ComponentProps<typeof SheetPrimitive.Close>)
src/components/ui/sheet.tsx:19
FunctionSheetContent
({ className, children, side = "right", showCloseButton = true, ...props }: React.ComponentProps<typ
src/components/ui/sheet.tsx:47
FunctionSheetDescription
({ className, ...props }: React.ComponentProps<typeof SheetPrimitive.Description>)
src/components/ui/sheet.tsx:121
FunctionSheetFooter
({ className, ...props }: React.ComponentProps<"div">)
src/components/ui/sheet.tsx:98
FunctionSheetHeader
({ className, ...props }: React.ComponentProps<"div">)
src/components/ui/sheet.tsx:88
FunctionSheetOverlay
({ className, ...props }: React.ComponentProps<typeof SheetPrimitive.Overlay>)
src/components/ui/sheet.tsx:31
FunctionSheetPortal
({ ...props }: React.ComponentProps<typeof SheetPrimitive.Portal>)
src/components/ui/sheet.tsx:25
FunctionSheetTitle
({ className, ...props }: React.ComponentProps<typeof SheetPrimitive.Title>)
src/components/ui/sheet.tsx:108
FunctionSheetTrigger
({ ...props }: React.ComponentProps<typeof SheetPrimitive.Trigger>)
src/components/ui/sheet.tsx:13
FunctionSkeleton
({ className, ...props }: React.HTMLAttributes<HTMLDivElement>)
src/components/ui/skeleton.tsx:3
FunctionSourceBadge
({ source }: SourceBadgeProps)
src/app/(authenticated)/dashboard/_components/chat/source-badge.tsx:14
FunctionStepLayout
({ title, subtitle, children, onNext, onBack, onSkip, nextDisabled, nextLabel, }: StepLayoutPr
src/app/(authenticated)/dashboard/_components/onboarding/step-layout.tsx:21
FunctionSwitch
({ className, size = "default", ...props }: React.ComponentProps<typeof SwitchPrimitive.Root> & { size
src/components/ui/switch.tsx:8
FunctionTRPCReactProvider
(props: { children: React.ReactNode })
src/clients/trpc/react.tsx:42
FunctionTable
({ className, ...props }: React.ComponentProps<"table">)
src/components/ui/table.tsx:7
FunctionTableBody
({ className, ...props }: React.ComponentProps<"tbody">)
src/components/ui/table.tsx:32
FunctionTableCaption
({ className, ...props }: React.ComponentProps<"caption">)
src/components/ui/table.tsx:94
FunctionTableCell
({ className, ...props }: React.ComponentProps<"td">)
src/components/ui/table.tsx:81
FunctionTableFooter
({ className, ...props }: React.ComponentProps<"tfoot">)
src/components/ui/table.tsx:42
FunctionTableHead
({ className, ...props }: React.ComponentProps<"th">)
src/components/ui/table.tsx:68
FunctionTableHeader
({ className, ...props }: React.ComponentProps<"thead">)
src/components/ui/table.tsx:22
FunctionTableRow
({ className, ...props }: React.ComponentProps<"tr">)
src/components/ui/table.tsx:55
FunctionTabs
({ className, orientation = "horizontal", ...props }: React.ComponentProps<typeof TabsPrimitive.Root>)
src/components/ui/tabs.tsx:9
FunctionTabsContent
({ className, ...props }: React.ComponentProps<typeof TabsPrimitive.Content>)
src/components/ui/tabs.tsx:78
FunctionTabsList
({ className, variant = "default", ...props }: React.ComponentProps<typeof TabsPrimitive.List> & Varia
src/components/ui/tabs.tsx:43
FunctionTabsTrigger
({ className, ...props }: React.ComponentProps<typeof TabsPrimitive.Trigger>)
src/components/ui/tabs.tsx:59
FunctionTelegramSettings
()
src/app/(authenticated)/dashboard/settings/_components/telegram-settings.tsx:23
FunctionTelegramStep
({ onBack, onSkip, onComplete }: TelegramStepProps)
src/app/(authenticated)/dashboard/_components/onboarding/telegram-step.tsx:22
FunctionTerminalLogEntry
({ log }: { log: TerminalLogEntryData })
src/app/(authenticated)/dashboard/_components/terminal/terminal-log-entry.tsx:35
FunctionTerminalPane
({ messages, status, onHide }: TerminalPaneProps)
src/app/(authenticated)/dashboard/_components/terminal/terminal-pane.tsx:56
FunctionTestimonialsSection
()
src/app/_components/testimonials-section.tsx:122
FunctionTextarea
({ className, ...props }: React.ComponentProps<"textarea">)
src/components/ui/textarea.tsx:5
FunctionThemeProvider
({ children }: { children: React.ReactNode })
src/components/core/theme-provider.tsx:5
FunctionThemeToggle
({ ref, ...props }: ThemeToggleProps)
src/components/core/theme-toggle.tsx:10
FunctionThinkingIndicator
()
src/app/(authenticated)/dashboard/_components/chat/assistant-message/thinking-indicator.tsx:6
FunctionToolBadge
({ name, description, duration, delay, }: { name: string; description: string; duration: string;
src/app/_components/chat-mockup.tsx:5
FunctionToolCallSegment
({ toolCall, onOpenTerminal, }: ToolCallSegmentProps)
src/app/(authenticated)/dashboard/_components/chat/assistant-message/tool-call-segment.tsx:41
FunctionToolInvocation
({ toolCall, onClick }: ToolInvocationProps)
src/app/(authenticated)/dashboard/_components/terminal/tool-invocation.tsx:73
FunctionToolkitCard
({ toolkit }: ToolkitCardProps)
src/app/(authenticated)/dashboard/toolkits/_components/toolkit-card.tsx:18
FunctionToolkitCardSkeleton
()
src/app/(authenticated)/dashboard/toolkits/_components/toolkits-client.skeleton.tsx:3
FunctionToolkitSearch
({ onSearch, isLoading }: ToolkitSearchProps)
src/app/(authenticated)/dashboard/toolkits/_components/toolkit-search.tsx:11
FunctionToolkitsClient
()
src/app/(authenticated)/dashboard/toolkits/_components/toolkits-client.tsx:15
FunctionToolkitsClientSkeleton
()
src/app/(authenticated)/dashboard/toolkits/_components/toolkits-client.skeleton.tsx:14
FunctionTooltip
({ ...props }: React.ComponentProps<typeof TooltipPrimitive.Root>)
src/components/ui/tooltip.tsx:21
FunctionTooltipContent
({ className, sideOffset = 0, children, ...props }: React.ComponentProps<typeof TooltipPrimitive.Conte
src/components/ui/tooltip.tsx:33
FunctionTooltipProvider
({ delayDuration = 0, ...props }: React.ComponentProps<typeof TooltipPrimitive.Provider>)
src/components/ui/tooltip.tsx:8
FunctionTooltipTrigger
({ ...props }: React.ComponentProps<typeof TooltipPrimitive.Trigger>)
src/components/ui/tooltip.tsx:27
FunctionTrustClawBrand
({ size = "md", logoLink }: TrustClawBrandProps)
src/app/_components/trustclaw-brand.tsx:19
FunctionTrustClawChat
()
src/app/(authenticated)/dashboard/_components/chat/trustclaw-chat.tsx:8
FunctionTrustClawChatSkeleton
()
src/app/(authenticated)/dashboard/_components/chat/trustclaw-chat.skeleton.tsx:3
FunctionTweetCard
({ tweet, index }: { tweet: Tweet; index: number })
src/app/_components/testimonials-section.tsx:64
FunctionUserMessage
({ message }: UserMessageProps)
src/app/(authenticated)/dashboard/_components/chat/user-message.tsx:11
FunctionVirtualizedList
({ items, renderItem, estimateSize = 50, overscan = 5, className, onEndReached, endReachedThresh
src/components/core/virtualized-list.tsx:17
FunctionWorkbenchToolResult
({ data }: WorkbenchToolResultProps)
src/app/(authenticated)/dashboard/_components/tool-results/workbench/workbench-tool-result.tsx:18
FunctionWritingStyleAccessory
({ item }: { item: string })
src/app/(authenticated)/dashboard/_components/onboarding/onboarding-claw-logo.tsx:38
FunctionWritingStyleStep
({ value, onChange, onNext, onBack, }: WritingStyleStepProps)
src/app/(authenticated)/dashboard/_components/onboarding/writing-style-step.tsx:15
MethodcomponentDidCatch
(error: Error, errorInfo: React.ErrorInfo)
src/components/core/error-boundary.tsx:26
Methodconstructor
(props: Props)
src/components/core/error-boundary.tsx:17
Functiondeploy
()
cli/src/deploy.ts:29
FunctiondismissToast
(toastId: string | number)
src/components/core/toast-notifications.tsx:20
FunctionerrorFormatter
({ shape, error })
src/server/api/trpc.ts:29
FunctionestimateContextTokens
( messages: ReconstructedMessage[], systemPromptTokens: number, lastUsage?: { inputTokens: number;
src/server/api/routers/trustclaw/agent/context/token-estimation.ts:55
MethodgetDerivedStateFromError
(error: Error)
src/components/core/error-boundary.tsx:22
FunctiongoBack
()
src/app/(authenticated)/dashboard/_components/onboarding/onboarding.tsx:163
FunctionhandleCheckedChange
(checked: boolean | "indeterminate")
src/components/ui/checkbox-group.tsx:113
FunctionhandleClick
()
src/app/(authenticated)/dashboard/_components/chat/assistant-message/tool-call-segment.tsx:62
FunctionhandleConfirm
(e: React.MouseEvent)
src/components/core/confirm-dialog.tsx:51
FunctionhandleConnect
(e: React.MouseEvent)
src/app/(authenticated)/dashboard/toolkits/_components/toolkit-card.tsx:35
FunctionhandleCopy
()
src/app/(authenticated)/dashboard/_components/chat/user-message.tsx:26
FunctionhandleCopy
()
src/app/(authenticated)/dashboard/_components/chat/assistant-message/assistant-message.tsx:76
FunctionhandleKeyDown
(e: React.KeyboardEvent<HTMLTextAreaElement>)
src/app/(authenticated)/dashboard/_components/chat/chat-input.tsx:44
FunctionhandleLogin
(e: React.FormEvent)
src/app/login/_components/login-page.tsx:31
FunctionhandleRegister
(e: React.FormEvent)
src/app/login/_components/login-page.tsx:49
FunctionhandleScroll
()
src/app/(authenticated)/dashboard/_components/terminal/terminal-pane.tsx:96
FunctionhandleToggleTerminal
()
src/app/(authenticated)/dashboard/_components/dashboard-navbar.tsx:32
Functionhandler
(e: Event)
src/app/(authenticated)/dashboard/_components/terminal/terminal-pane.tsx:14
Functionhandler
(req: NextRequest)
src/app/api/trpc/[trpc]/route.ts:18
FunctionisPostgresEnvVar
(key: string)
cli/src/stores.ts:134
FunctionisRedisEnvVar
(key: string)
cli/src/stores.ts:155
← previousnext →301–400 of 408, ranked by callers