MCPcopy Create free account

hub / github.com/code-with-antonio/nodebase / functions

Functions482 in github.com/code-with-antonio/nodebase

FunctionTextarea
({ className, ...props }: React.ComponentProps<"textarea">)
src/components/ui/textarea.tsx:5
FunctionToaster
({ ...props }: ToasterProps)
src/components/ui/sonner.tsx:6
FunctionToggle
({ className, variant, size, ...props }: React.ComponentProps<typeof TogglePrimitive.Root> & Variant
src/components/ui/toggle.tsx:31
FunctionToggleGroup
({ className, variant, size, children, ...props }: React.ComponentProps<typeof ToggleGroupPrimitive.
src/components/ui/toggle-group.tsx:17
FunctionToggleGroupItem
({ className, children, variant, size, ...props }: React.ComponentProps<typeof ToggleGroupPrimitive.
src/components/ui/toggle-group.tsx:43
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:37
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:31
FunctionUpgradeModal
({ open, onOpenChange }: UpgradeModalProps)
src/components/upgrade-modal.tsx:20
FunctionWorkflowItem
({ data, }: { data: Workflow })
src/features/workflows/components/workflows.tsx:148
FunctionWorkflowNode
({ children, showToolbar = true, onDelete, onSettings, name, description, }: WorkflowNodeProps)
src/components/workflow-node.tsx:17
FunctionWorkflowsContainer
({ children }: { children: React.ReactNode; })
src/features/workflows/components/workflows.tsx:97
FunctionWorkflowsEmpty
()
src/features/workflows/components/workflows.tsx:121
FunctionWorkflowsError
()
src/features/workflows/components/workflows.tsx:117
FunctionWorkflowsHeader
({ disabled }: { disabled?: boolean })
src/features/workflows/components/workflows.tsx:52
FunctionWorkflowsList
()
src/features/workflows/components/workflows.tsx:39
FunctionWorkflowsLoading
()
src/features/workflows/components/workflows.tsx:113
FunctionWorkflowsPagination
()
src/features/workflows/components/workflows.tsx:83
FunctionWorkflowsSearch
()
src/features/workflows/components/workflows.tsx:23
FunctionanthropicExecutor
({ data, nodeId, userId, context, step, publish, })
src/features/executions/components/anthropic/executor.ts:24
Methodconstructor
(message: string | undefined)
src/app/sentry-example-page/page.tsx:8
Methodconstructor
(message: string | undefined)
src/app/api/sentry-example-api/route.ts:5
FunctioncopyToClipboard
()
src/features/triggers/components/google-form-trigger/dialog.tsx:35
FunctioncopyToClipboard
()
src/features/triggers/components/stripe-trigger/dialog.tsx:34
FunctiondiscordExecutor
({ data, nodeId, context, step, publish, })
src/features/executions/components/discord/executor.ts:22
FunctionfetchAnthropicRealtimeToken
()
src/features/executions/components/anthropic/actions.ts:12
FunctionfetchDiscordRealtimeToken
()
src/features/executions/components/discord/actions.ts:12
FunctionfetchGeminiRealtimeToken
()
src/features/executions/components/gemini/actions.ts:12
FunctionfetchGoogleFormTriggerRealtimeToken
()
src/features/triggers/components/google-form-trigger/actions.ts:12
FunctionfetchHttpRequestRealtimeToken
()
src/features/executions/components/http-request/actions.ts:12
FunctionfetchManualTriggerRealtimeToken
()
src/features/triggers/components/manual-trigger/actions.ts:12
FunctionfetchOpenAiRealtimeToken
()
src/features/executions/components/openai/actions.ts:12
FunctionfetchSlackRealtimeToken
()
src/features/executions/components/slack/actions.ts:12
FunctionfetchStripeTriggerRealtimeToken
()
src/features/triggers/components/stripe-trigger/actions.ts:12
FunctiongeminiExecutor
({ data, nodeId, userId, context, step, publish, })
src/features/executions/components/gemini/executor.ts:24
FunctiongoogleFormTriggerExecutor
({ nodeId, context, step, publish, })
src/features/triggers/components/google-form-trigger/executor.ts:6
FunctionhandleCreate
()
src/features/credentials/components/credentials.tsx:105
FunctionhandleCreate
()
src/features/workflows/components/workflows.tsx:57
FunctionhandleDelete
()
src/features/executions/components/base-execution-node.tsx:34
FunctionhandleDelete
()
src/features/triggers/components/base-trigger-node.tsx:34
FunctionhandleExecute
()
src/features/editor/components/execute-workflow-button.tsx:12
FunctionhandleKeyDown
(event: KeyboardEvent)
src/components/ui/sidebar.tsx:98
FunctionhandleKeyDown
(e: React.KeyboardEvent)
src/features/editor/components/editor-header.tsx:89
FunctionhandleOpenSettings
()
src/features/executions/components/gemini/node.tsx:31
FunctionhandleOpenSettings
()
src/features/executions/components/discord/node.tsx:29
FunctionhandleOpenSettings
()
src/features/executions/components/anthropic/node.tsx:31
FunctionhandleOpenSettings
()
src/features/executions/components/openai/node.tsx:31
FunctionhandleOpenSettings
()
src/features/executions/components/slack/node.tsx:30
FunctionhandleOpenSettings
()
src/features/executions/components/http-request/node.tsx:32
FunctionhandleOpenSettings
()
src/features/triggers/components/google-form-trigger/node.tsx:19
FunctionhandleOpenSettings
()
src/features/triggers/components/stripe-trigger/node.tsx:19
FunctionhandleOpenSettings
()
src/features/triggers/components/manual-trigger/node.tsx:20
FunctionhandleRemove
(e: React.MouseEvent)
src/components/entity-components.tsx:301
FunctionhandleRemove
()
src/features/credentials/components/credentials.tsx:130
FunctionhandleRemove
()
src/features/workflows/components/workflows.tsx:155
FunctionhandleSubmit
(values: z.infer<typeof formSchema>)
src/features/executions/components/gemini/dialog.tsx:94
FunctionhandleSubmit
(values: GeminiFormValues)
src/features/executions/components/gemini/node.tsx:33
FunctionhandleSubmit
(values: z.infer<typeof formSchema>)
src/features/executions/components/discord/dialog.tsx:82
FunctionhandleSubmit
(values: DiscordFormValues)
src/features/executions/components/discord/node.tsx:31
FunctionhandleSubmit
(values: z.infer<typeof formSchema>)
src/features/executions/components/anthropic/dialog.tsx:94
FunctionhandleSubmit
(values: AnthropicFormValues)
src/features/executions/components/anthropic/node.tsx:33
FunctionhandleSubmit
(values: z.infer<typeof formSchema>)
src/features/executions/components/openai/dialog.tsx:94
FunctionhandleSubmit
(values: OpenAiFormValues)
src/features/executions/components/openai/node.tsx:33
FunctionhandleSubmit
(values: z.infer<typeof formSchema>)
src/features/executions/components/slack/dialog.tsx:78
FunctionhandleSubmit
(values: SlackFormValues)
src/features/executions/components/slack/node.tsx:32
FunctionhandleSubmit
(values: z.infer<typeof formSchema>)
src/features/executions/components/http-request/dialog.tsx:91
FunctionhandleSubmit
(values: HttpRequestFormValues)
src/features/executions/components/http-request/node.tsx:34
Functionhandler
(req: Request)
src/app/api/trpc/[trpc]/route.ts:4
FunctionhttpRequestExecutor
({ data, nodeId, context, step, publish, })
src/features/executions/components/http-request/executor.ts:21
FunctionmanualTriggerExecutor
({ nodeId, context, step, publish, })
src/features/triggers/components/manual-trigger/executor.ts:6
FunctiononSubmit
(values: FormValues)
src/features/credentials/components/credential.tsx:95
FunctiononSubmit
(values: RegisterFormValues)
src/features/auth/components/register-form.tsx:79
FunctionopenAiExecutor
({ data, nodeId, userId, context, step, publish, })
src/features/executions/components/openai/executor.ts:24
Functionredirects
()
next.config.ts:6
Functionregister
()
src/instrumentation.ts:3
FunctionsignInGithub
()
src/features/auth/components/login-form.tsx:47
FunctionsignInGithub
()
src/features/auth/components/register-form.tsx:53
FunctionsignInGoogle
()
src/features/auth/components/login-form.tsx:60
FunctionsignInGoogle
()
src/features/auth/components/register-form.tsx:66
FunctionslackExecutor
({ data, nodeId, context, step, publish, })
src/features/executions/components/slack/executor.ts:21
FunctionstripeTriggerExecutor
({ nodeId, context, step, publish, })
src/features/triggers/components/stripe-trigger/executor.ts:6
← previous401–482 of 482, ranked by callers