MCPcopy Create free account

hub / github.com/bex-co/bex / functions

Functions549 in github.com/bex-co/bex

↓ 1 callersFunctionteardownCertManager
teardownCertManager uninstalls CertManager if it was installed by setupCertManager. This ensures we only remove what we installed.
operator/test/e2e/e2e_suite_test.go:111
↓ 1 callersFunctiontoRenderLogList
(entries []LogEntry, limit int64)
operator/internal/api/render.go:172
↓ 1 callersFunctiontoRenderMetrics
toRenderMetrics maps Core series onto Render's metrics response array. Always a non-nil slice so an empty result serializes as [] (Render's shape), no
operator/internal/api/render.go:233
↓ 1 callersFunctiontoRenderServices
toRenderServices maps a slice of AppViews to bare Render service objects (no cursor envelope) — the shape the MCP list_services tool returns.
operator/internal/api/render.go:93
↓ 1 callersFunctiontoServiceList
(apps []AppView)
operator/internal/api/render.go:101
↓ 1 callersFunctionupdate
()
dashboard/src/common/providers/visual-viewport-height/index.tsx:11
↓ 1 callersFunctionupdateWidth
()
dashboard/src/common/components/ui/combobox.tsx:180
↓ 1 callersFunctionuseIsAuthenticated
()
dashboard/src/common/hooks/use-is-authenticated.ts:3
↓ 1 callersMethodwhoami
whoami validates an Ory session at Kratos' public API, forwarding the caller's session credential (cookie or X-Session-Token). Returns the zero Identi
operator/internal/api/auth.go:229
↓ 1 callersFunctionwithCORS
withCORS adds permissive-for-one-origin CORS when origin is set, and answers preflight. Empty origin => no CORS headers (same-origin / server-to-serve
operator/internal/api/auth.go:272
FunctionAlert
({ className, variant, ...props }: React.ComponentProps<"div"> & VariantProps<typeof alertVariants>)
dashboard/src/common/components/ui/alert.tsx:22
FunctionAlertDescription
({ className, ...props }: React.ComponentProps<"div">)
dashboard/src/common/components/ui/alert.tsx:50
FunctionAlertDialog
({ ...props }: React.ComponentProps<typeof AlertDialogPrimitive.Root>)
dashboard/src/common/components/ui/alert-dialog.tsx:9
FunctionAlertDialogAction
({ className, ...props }: React.ComponentProps<typeof AlertDialogPrimitive.Action>)
dashboard/src/common/components/ui/alert-dialog.tsx:111
FunctionAlertDialogCancel
({ className, ...props }: React.ComponentProps<typeof AlertDialogPrimitive.Cancel>)
dashboard/src/common/components/ui/alert-dialog.tsx:123
FunctionAlertDialogContent
({ className, ...props }: React.ComponentProps<typeof AlertDialogPrimitive.Content>)
dashboard/src/common/components/ui/alert-dialog.tsx:42
FunctionAlertDialogDescription
({ className, ...props }: React.ComponentProps<typeof AlertDialogPrimitive.Description>)
dashboard/src/common/components/ui/alert-dialog.tsx:99
FunctionAlertDialogFooter
({ className, ...props }: React.ComponentProps<"div">)
dashboard/src/common/components/ui/alert-dialog.tsx:72
FunctionAlertDialogHeader
({ className, ...props }: React.ComponentProps<"div">)
dashboard/src/common/components/ui/alert-dialog.tsx:60
FunctionAlertDialogOverlay
({ className, ...props }: React.ComponentProps<typeof AlertDialogPrimitive.Overlay>)
dashboard/src/common/components/ui/alert-dialog.tsx:27
FunctionAlertDialogPortal
({ ...props }: React.ComponentProps<typeof AlertDialogPrimitive.Portal>)
dashboard/src/common/components/ui/alert-dialog.tsx:21
FunctionAlertDialogTitle
({ className, ...props }: React.ComponentProps<typeof AlertDialogPrimitive.Title>)
dashboard/src/common/components/ui/alert-dialog.tsx:87
FunctionAlertDialogTrigger
({ ...props }: React.ComponentProps<typeof AlertDialogPrimitive.Trigger>)
dashboard/src/common/components/ui/alert-dialog.tsx:15
FunctionAlertTitle
({ className, ...props }: React.ComponentProps<"div">)
dashboard/src/common/components/ui/alert.tsx:37
FunctionAuthPageShell
({ title, subtitle, features, children, }: AuthPageShellProps)
dashboard/src/features/auth/components/auth-page-shell/index.tsx:24
FunctionAuthenticated
({ children, fallback }: AuthenticatedProps)
dashboard/src/common/components/authenticated.tsx:13
FunctionAvatar
({ className, ...props }: React.ComponentProps<typeof AvatarPrimitive.Root>)
dashboard/src/common/components/ui/avatar.tsx:6
FunctionAvatarFallback
({ className, ...props }: React.ComponentProps<typeof AvatarPrimitive.Fallback>)
dashboard/src/common/components/ui/avatar.tsx:35
FunctionAvatarImage
({ className, ...props }: React.ComponentProps<typeof AvatarPrimitive.Image>)
dashboard/src/common/components/ui/avatar.tsx:22
FunctionBadge
({ className, variant, asChild = false, ...props }: React.ComponentProps<"span"> & VariantProps<type
dashboard/src/common/components/ui/badge.tsx:28
FunctionButton
({ className, variant, size, asChild = false, loading = false, disabled, children, ...props }:
dashboard/src/common/components/ui/button.tsx:39
FunctionCalendar
({ className, classNames, showOutsideDays = true, captionLayout = "label", buttonVariant = "ghost",
dashboard/src/common/components/ui/calendar.tsx:12
FunctionCalendarDayButton
({ className, day, modifiers, ...props }: React.ComponentProps<typeof DayButton>)
dashboard/src/common/components/ui/calendar.tsx:173
FunctionCard
({ className, ...props }: React.ComponentProps<"div">)
dashboard/src/common/components/ui/card.tsx:5
FunctionCardAction
({ className, ...props }: React.ComponentProps<"div">)
dashboard/src/common/components/ui/card.tsx:51
FunctionCardContent
({ className, ...props }: React.ComponentProps<"div">)
dashboard/src/common/components/ui/card.tsx:64
FunctionCardDescription
({ className, ...props }: React.ComponentProps<"div">)
dashboard/src/common/components/ui/card.tsx:41
FunctionCardFooter
({ className, ...props }: React.ComponentProps<"div">)
dashboard/src/common/components/ui/card.tsx:74
FunctionCardHeader
({ className, ...props }: React.ComponentProps<"div">)
dashboard/src/common/components/ui/card.tsx:18
FunctionCardTitle
({ className, ...props }: React.ComponentProps<"div">)
dashboard/src/common/components/ui/card.tsx:31
FunctionCheckbox
({ className, ...props }: React.ComponentProps<typeof CheckboxPrimitive.Root>)
dashboard/src/common/components/ui/checkbox.tsx:7
FunctionCodeBlock
({ code, language, inline }: CodeBlockProps)
dashboard/src/common/components/code-block.tsx:12
FunctionCombobox
({ options, value, onValueChange, placeholder, emptyText, allowCustom = true, className, disab
dashboard/src/common/components/ui/combobox.tsx:35
FunctionCommand
({ className, ...props }: React.ComponentPropsWithoutRef<typeof CommandPrimitive>)
dashboard/src/common/components/ui/command.tsx:9
FunctionCommandDialog
({ children, ...props }: DialogProps)
dashboard/src/common/components/ui/command.tsx:24
FunctionCommandEmpty
( props: React.ComponentPropsWithoutRef<typeof CommandPrimitive.Empty>, )
dashboard/src/common/components/ui/command.tsx:69
FunctionCommandGroup
({ className, ...props }: React.ComponentPropsWithoutRef<typeof CommandPrimitive.Group>)
dashboard/src/common/components/ui/command.tsx:77
FunctionCommandInput
({ className, ...props }: React.ComponentPropsWithoutRef<typeof CommandPrimitive.Input>)
dashboard/src/common/components/ui/command.tsx:36
FunctionCommandItem
({ className, ...props }: React.ComponentPropsWithoutRef<typeof CommandPrimitive.Item>)
dashboard/src/common/components/ui/command.tsx:104
FunctionCommandList
({ className, ...props }: React.ComponentPropsWithoutRef<typeof CommandPrimitive.List>)
dashboard/src/common/components/ui/command.tsx:54
FunctionCommandSeparator
({ className, ...props }: React.ComponentPropsWithoutRef<typeof CommandPrimitive.Separator>)
dashboard/src/common/components/ui/command.tsx:92
FunctionCommandShortcut
({ className, ...props }: React.HTMLAttributes<HTMLSpanElement>)
dashboard/src/common/components/ui/command.tsx:119
MethodCreate
(_ context.Context, name string)
operator/internal/api/apikeys_test.go:37
MethodCreate
(ctx context.Context, name string)
operator/internal/api/apikeys.go:125
MethodCreate
Create starts a sandbox from image and returns its id once Running.
operator/internal/runtime/opensandbox.go:108
FunctionDashboardHeader
()
dashboard/src/common/components/dashboard-layout/index.tsx:10
FunctionDashboardLayout
({ children }: { children?: React.ReactNode })
dashboard/src/common/components/dashboard-layout/index.tsx:34
FunctionDashboardSidebar
()
dashboard/src/common/components/dashboard-layout/dashboard-sidebar.tsx:22
FunctionDatePicker
({ id, label, value, onChange, placeholder, required = false, className = "", }: DatePickerProps
dashboard/src/common/components/ui/date-picker.tsx:57
MethodDeepCopy
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new AppSpec.
operator/api/v1alpha1/zz_generated.deepcopy.go:98
MethodDeepCopy
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new AppStatus.
operator/api/v1alpha1/zz_generated.deepcopy.go:125
MethodDeepCopy
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new DatabaseSpec.
operator/api/v1alpha1/zz_generated.deepcopy.go:199
MethodDeepCopy
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new DatabaseStatus.
operator/api/v1alpha1/zz_generated.deepcopy.go:221
MethodDeepCopyObject
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
operator/api/v1alpha1/zz_generated.deepcopy.go:48
MethodDeepCopyObject
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
operator/api/v1alpha1/zz_generated.deepcopy.go:80
MethodDeepCopyObject
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
operator/api/v1alpha1/zz_generated.deepcopy.go:154
MethodDeepCopyObject
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
operator/api/v1alpha1/zz_generated.deepcopy.go:186
MethodDelete
(_ context.Context, id string)
operator/internal/api/apikeys_test.go:52
MethodDelete
(ctx context.Context, id string)
operator/internal/api/apikeys.go:155
MethodDelete
(ctx context.Context, id string)
operator/internal/runtime/opensandbox.go:210
FunctionDialog
({ ...props }: React.ComponentProps<typeof DialogPrimitive.Root>)
dashboard/src/common/components/ui/dialog.tsx:9
FunctionDialogClose
({ ...props }: React.ComponentProps<typeof DialogPrimitive.Close>)
dashboard/src/common/components/ui/dialog.tsx:27
FunctionDialogContent
({ className, children, showCloseButton = true, ...props }: React.ComponentProps<typeof DialogPrimitiv
dashboard/src/common/components/ui/dialog.tsx:49
FunctionDialogDescription
({ className, ...props }: React.ComponentProps<typeof DialogPrimitive.Description>)
dashboard/src/common/components/ui/dialog.tsx:119
FunctionDialogFooter
({ className, ...props }: React.ComponentProps<"div">)
dashboard/src/common/components/ui/dialog.tsx:93
FunctionDialogHeader
({ className, ...props }: React.ComponentProps<"div">)
dashboard/src/common/components/ui/dialog.tsx:83
FunctionDialogOverlay
({ className, ...props }: React.ComponentProps<typeof DialogPrimitive.Overlay>)
dashboard/src/common/components/ui/dialog.tsx:33
FunctionDialogPortal
({ ...props }: React.ComponentProps<typeof DialogPrimitive.Portal>)
dashboard/src/common/components/ui/dialog.tsx:21
FunctionDialogTitle
({ className, ...props }: React.ComponentProps<typeof DialogPrimitive.Title>)
dashboard/src/common/components/ui/dialog.tsx:106
FunctionDialogTrigger
({ ...props }: React.ComponentProps<typeof DialogPrimitive.Trigger>)
dashboard/src/common/components/ui/dialog.tsx:15
FunctionDropdownMenu
({ ...props }: React.ComponentProps<typeof DropdownMenuPrimitive.Root>)
dashboard/src/common/components/ui/dropdown-menu.tsx:7
FunctionDropdownMenuCheckboxItem
({ className, children, checked, ...props }: React.ComponentProps<typeof DropdownMenuPrimitive.Checkbo
dashboard/src/common/components/ui/dropdown-menu.tsx:85
FunctionDropdownMenuContent
({ className, sideOffset = 4, ...props }: React.ComponentProps<typeof DropdownMenuPrimitive.Content>)
dashboard/src/common/components/ui/dropdown-menu.tsx:34
FunctionDropdownMenuGroup
({ ...props }: React.ComponentProps<typeof DropdownMenuPrimitive.Group>)
dashboard/src/common/components/ui/dropdown-menu.tsx:54
FunctionDropdownMenuItem
({ className, inset, variant = "default", ...props }: React.ComponentProps<typeof DropdownMenuPrimitiv
dashboard/src/common/components/ui/dropdown-menu.tsx:62
FunctionDropdownMenuLabel
({ className, inset, ...props }: React.ComponentProps<typeof DropdownMenuPrimitive.Label> & { inset?:
dashboard/src/common/components/ui/dropdown-menu.tsx:146
FunctionDropdownMenuPortal
({ ...props }: React.ComponentProps<typeof DropdownMenuPrimitive.Portal>)
dashboard/src/common/components/ui/dropdown-menu.tsx:13
FunctionDropdownMenuRadioGroup
({ ...props }: React.ComponentProps<typeof DropdownMenuPrimitive.RadioGroup>)
dashboard/src/common/components/ui/dropdown-menu.tsx:111
FunctionDropdownMenuRadioItem
({ className, children, ...props }: React.ComponentProps<typeof DropdownMenuPrimitive.RadioItem>)
dashboard/src/common/components/ui/dropdown-menu.tsx:122
FunctionDropdownMenuSeparator
({ className, ...props }: React.ComponentProps<typeof DropdownMenuPrimitive.Separator>)
dashboard/src/common/components/ui/dropdown-menu.tsx:166
FunctionDropdownMenuShortcut
({ className, ...props }: React.ComponentProps<"span">)
dashboard/src/common/components/ui/dropdown-menu.tsx:179
FunctionDropdownMenuSub
({ ...props }: React.ComponentProps<typeof DropdownMenuPrimitive.Sub>)
dashboard/src/common/components/ui/dropdown-menu.tsx:195
FunctionDropdownMenuSubContent
({ className, ...props }: React.ComponentProps<typeof DropdownMenuPrimitive.SubContent>)
dashboard/src/common/components/ui/dropdown-menu.tsx:225
FunctionDropdownMenuSubTrigger
({ className, inset, children, ...props }: React.ComponentProps<typeof DropdownMenuPrimitive.SubTrigge
dashboard/src/common/components/ui/dropdown-menu.tsx:201
FunctionDropdownMenuTrigger
({ className, ...props }: React.ComponentProps<typeof DropdownMenuPrimitive.Trigger>)
dashboard/src/common/components/ui/dropdown-menu.tsx:21
FunctionEmptyState
({ title, description, iconName }: EmptyStateProps)
dashboard/src/common/components/empty-state.tsx:12
FunctionErrorPage
({ error, reset }: ErrorComponentProps)
dashboard/src/common/root-route/error-page.tsx:10
FunctionForgotPasswordPage
()
dashboard/src/features/auth/pages/forgot-password-page/index.tsx:14
FunctionFormControl
({ ...props }: React.ComponentProps<typeof Slot>)
dashboard/src/common/components/ui/form.tsx:107
FunctionFormDescription
({ className, ...props }: React.ComponentProps<"p">)
dashboard/src/common/components/ui/form.tsx:126
← previousnext →201–300 of 549, ranked by callers