MCPcopy Create free account

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

Functions549 in github.com/bex-co/bex

FunctionSidebarMenuItem
({ className, ...props }: React.ComponentProps<"li">)
dashboard/src/common/components/ui/sidebar.tsx:482
FunctionSidebarMenuSkeleton
({ className, showIcon = false, ...props }: React.ComponentProps<"div"> & { showIcon?: boolean; })
dashboard/src/common/components/ui/sidebar.tsx:619
FunctionSidebarMenuSub
({ className, ...props }: React.ComponentProps<"ul">)
dashboard/src/common/components/ui/sidebar.tsx:658
FunctionSidebarMenuSubButton
({ asChild = false, size = "md", isActive = false, className, ...props }: React.ComponentProps<"a">
dashboard/src/common/components/ui/sidebar.tsx:687
FunctionSidebarMenuSubItem
({ className, ...props }: React.ComponentProps<"li">)
dashboard/src/common/components/ui/sidebar.tsx:673
FunctionSidebarProvider
({ defaultOpen = true, open: openProp, onOpenChange: setOpenProp, className, style, children, ..
dashboard/src/common/components/ui/sidebar.tsx:53
FunctionSidebarRail
({ className, ...props }: React.ComponentProps<"button">)
dashboard/src/common/components/ui/sidebar.tsx:299
FunctionSidebarSeparator
({ className, ...props }: React.ComponentProps<typeof Separator>)
dashboard/src/common/components/ui/sidebar.tsx:374
FunctionSidebarTrigger
({ className, onClick, ...props }: React.ComponentProps<typeof Button>)
dashboard/src/common/components/ui/sidebar.tsx:273
FunctionSkeleton
({ className, ...props }: React.ComponentProps<"div">)
dashboard/src/common/components/ui/skeleton.tsx:3
MethodSuspend
Suspend parks the App (spec.suspended = true): scaled to 0, host/certs kept.
operator/internal/api/core.go:191
FunctionSwitch
({ className, ...props }: React.ComponentProps<typeof SwitchPrimitive.Root>)
dashboard/src/common/components/ui/switch.tsx:6
FunctionTable
({ className, ...props }: React.ComponentProps<"table">)
dashboard/src/common/components/ui/table.tsx:5
FunctionTableBody
({ className, ...props }: React.ComponentProps<"tbody">)
dashboard/src/common/components/ui/table.tsx:30
FunctionTableCaption
({ className, ...props }: React.ComponentProps<"caption">)
dashboard/src/common/components/ui/table.tsx:92
FunctionTableCell
({ className, ...props }: React.ComponentProps<"td">)
dashboard/src/common/components/ui/table.tsx:79
FunctionTableFooter
({ className, ...props }: React.ComponentProps<"tfoot">)
dashboard/src/common/components/ui/table.tsx:40
FunctionTableHead
({ className, ...props }: React.ComponentProps<"th">)
dashboard/src/common/components/ui/table.tsx:66
FunctionTableHeader
({ className, ...props }: React.ComponentProps<"thead">)
dashboard/src/common/components/ui/table.tsx:20
FunctionTableRow
({ className, ...props }: React.ComponentProps<"tr">)
dashboard/src/common/components/ui/table.tsx:53
FunctionTabs
({ className, ...props }: React.ComponentProps<typeof TabsPrimitive.Root>)
dashboard/src/common/components/ui/tabs.tsx:10
FunctionTabsContent
({ className, ...props }: React.ComponentProps<typeof TabsPrimitive.Content>)
dashboard/src/common/components/ui/tabs.tsx:86
FunctionTabsList
({ className, variant = "default", ...props }: React.ComponentProps<typeof TabsPrimitive.List> & { var
dashboard/src/common/components/ui/tabs.tsx:23
FunctionTabsTrigger
({ className, ...props }: React.ComponentProps<typeof TabsPrimitive.Trigger>)
dashboard/src/common/components/ui/tabs.tsx:47
FunctionTestAuth
(t *testing.T)
operator/internal/api/api_test.go:92
FunctionTestAuthGate
(t *testing.T)
operator/internal/api/auth_test.go:109
FunctionTestCnpgClusterSpec
(t *testing.T)
operator/internal/controller/database_test.go:57
FunctionTestComponent
()
dashboard/src/common/components/ui/__tests__/sidebar.test.tsx:7
FunctionTestControllers
(t *testing.T)
operator/internal/controller/suite_test.go:51
FunctionTestCore_InstanceCountNeedsNoSource
(t *testing.T)
operator/internal/api/metrics_test.go:131
FunctionTestCore_LogsAggregatesAndSorts
--- Core.Logs verb ---
operator/internal/api/mcp_test.go:63
FunctionTestCore_LogsErrors
(t *testing.T)
operator/internal/api/mcp_test.go:91
FunctionTestCore_MetricsErrors
(t *testing.T)
operator/internal/api/metrics_test.go:147
FunctionTestCore_ResourceMetricsAbsoluteAndPercentage
--- Core resource metrics ---
operator/internal/api/metrics_test.go:85
FunctionTestE2E
TestE2E runs the e2e test suite to validate the solution in an isolated environment. The default setup requires Kind and CertManager. To enable kubec
operator/test/e2e/e2e_suite_test.go:47
FunctionTestEffectiveHosts
(t *testing.T)
operator/internal/controller/hosts_test.go:35
FunctionTestEffectiveReplicas
(t *testing.T)
operator/internal/controller/lifecycle_test.go:25
FunctionTestGraphQL_APIKeys
(t *testing.T)
operator/internal/api/apikeys_test.go:128
FunctionTestGraphQL_Logs
(t *testing.T)
operator/internal/api/logs_test.go:175
FunctionTestGraphQL_Metrics
--- GraphQL metrics adapter ---
operator/internal/api/metrics_test.go:263
FunctionTestGraphQL_Postgres
(t *testing.T)
operator/internal/api/api_test.go:345
FunctionTestGraphQL_RenderOperationsAndShape
(t *testing.T)
operator/internal/api/api_test.go:206
FunctionTestGraphQL_RequiresAuth
(t *testing.T)
operator/internal/api/api_test.go:239
FunctionTestHydraAPIKeysStore
(t *testing.T)
operator/internal/api/apikeys_test.go:234
FunctionTestIngressRouteTCPSpec
(t *testing.T)
operator/internal/controller/database_test.go:88
FunctionTestIntrospectionCache
(t *testing.T)
operator/internal/api/auth_test.go:205
FunctionTestMCP_APIKeyTools
(t *testing.T)
operator/internal/api/apikeys_test.go:152
FunctionTestMCP_ExposesRenderConsistentTools
(t *testing.T)
operator/internal/api/mcp_test.go:140
FunctionTestMCP_GetMetrics
TestMCP_GetMetrics checks the metrics tool delegates to Core.Metrics and tags each series with its metric — instance_count needs no metrics source.
operator/internal/api/mcp_test.go:213
FunctionTestMCP_ListLogsResourceArrayAndLimit
TestMCP_ListLogsResourceArrayAndLimit checks Render's list_logs shape: the `resource` array aggregates multiple services, re-sorted by timestamp, and
operator/internal/api/mcp_test.go:234
FunctionTestMCP_ToolsDelegateToCore
(t *testing.T)
operator/internal/api/mcp_test.go:163
FunctionTestMissingHydraURLRefusesToServe
(t *testing.T)
operator/internal/api/auth_test.go:198
FunctionTestNewPrometheusRequestSource_RoundTrip
TestNewPrometheusRequestSource_RoundTrip exercises the whole request path (URL build + HTTP + matrix parse) against an httptest Prometheus stand-in.
operator/internal/api/metrics_test.go:375
FunctionTestNormalizeIdent
(t *testing.T)
operator/internal/controller/database_test.go:25
FunctionTestParsePodMetrics
--- Production source parsers (no live backend) ---
operator/internal/api/metrics_test.go:292
FunctionTestParsePromMatrix
(t *testing.T)
operator/internal/api/metrics_test.go:342
FunctionTestPromQueryFor
(t *testing.T)
operator/internal/api/metrics_test.go:316
FunctionTestREST_APIKeyLifecycle
(t *testing.T)
operator/internal/api/apikeys_test.go:74
FunctionTestREST_APIKeysUnavailableWithoutStore
(t *testing.T)
operator/internal/api/apikeys_test.go:114
FunctionTestREST_GetRenderShape
(t *testing.T)
operator/internal/api/api_test.go:129
FunctionTestREST_ListIsRenderWrapped
--- REST adapter (Render-public-API compatible) ---
operator/internal/api/api_test.go:110
FunctionTestREST_LogsEnvelopeAndFilters
(t *testing.T)
operator/internal/api/logs_test.go:62
FunctionTestREST_LogsErrors
(t *testing.T)
operator/internal/api/logs_test.go:126
FunctionTestREST_LogsRequestAndBuildAreEmpty
(t *testing.T)
operator/internal/api/logs_test.go:108
FunctionTestREST_LogsSubscribeStreamsSSE
(t *testing.T)
operator/internal/api/logs_test.go:157
FunctionTestREST_LogsUnavailableWithoutSource
(t *testing.T)
operator/internal/api/logs_test.go:144
FunctionTestREST_MetricsErrors
(t *testing.T)
operator/internal/api/metrics_test.go:236
FunctionTestREST_PostgresCRUD
(t *testing.T)
operator/internal/api/api_test.go:278
FunctionTestREST_PostgresConnectionInfo
(t *testing.T)
operator/internal/api/api_test.go:323
FunctionTestREST_RequestMetrics
(t *testing.T)
operator/internal/api/metrics_test.go:203
FunctionTestREST_ResourceMetrics
--- REST metrics adapter (Render metrics-API shape) ---
operator/internal/api/metrics_test.go:171
FunctionTestREST_VerbsAndStatusCodes
(t *testing.T)
operator/internal/api/api_test.go:148
FunctionTestResolvePlan
(t *testing.T)
operator/internal/controller/database_test.go:38
FunctionTestTLSSecretName
(t *testing.T)
operator/internal/controller/hosts_test.go:74
FunctionTextarea
({ className, ...props }: React.ComponentProps<"textarea">)
dashboard/src/common/components/ui/textarea.tsx:5
FunctionThemeProvider
({ children, defaultTheme = "system", storageKey = THEME_STORAGE_KEY, ...props }: ThemeProviderProps)
dashboard/src/common/providers/theme-provider/index.tsx:35
FunctionThemeScript
()
dashboard/src/common/components/document/theme-script.tsx:3
FunctionToaster
({ ...props }: ToasterProps)
dashboard/src/common/components/ui/sonner.tsx:12
FunctionTooltip
({ ...props }: React.ComponentProps<typeof TooltipPrimitive.Root>)
dashboard/src/common/components/ui/tooltip.tsx:19
FunctionTooltipContent
({ className, sideOffset = 0, children, ...props }: React.ComponentProps<typeof TooltipPrimitive.Conte
dashboard/src/common/components/ui/tooltip.tsx:35
FunctionTooltipProvider
({ delayDuration = 0, ...props }: React.ComponentProps<typeof TooltipPrimitive.Provider>)
dashboard/src/common/components/ui/tooltip.tsx:6
FunctionTooltipTrigger
({ ...props }: React.ComponentProps<typeof TooltipPrimitive.Trigger>)
dashboard/src/common/components/ui/tooltip.tsx:29
FunctionUncommentCode
UncommentCode searches for target in the file and remove the comment prefix of the target content. The target content may span multiple lines.
operator/test/utils/utils.go:178
FunctionUninstallCertManager
UninstallCertManager uninstalls the cert manager
operator/test/utils/utils.go:63
FunctionUserAvatarButton
({ userInitial, onClick, ...props }: UserAvatarButtonProps)
dashboard/src/common/components/user-nav.tsx:29
FunctionUserNav
()
dashboard/src/common/components/user-nav.tsx:64
FunctionVisualViewportHeight
()
dashboard/src/common/providers/visual-viewport-height/index.tsx:44
FunctionVisualViewportHeightImpl
()
dashboard/src/common/providers/visual-viewport-height/index.tsx:4
FunctionWrap
(props)
dashboard/src/router.tsx:28
Functiona
({ children, href, ...props })
dashboard/src/common/components/markdown-renderer.tsx:25
Functionblockquote
({ children, ...props })
dashboard/src/common/components/markdown-renderer.tsx:70
Functioncode
({ className, children })
dashboard/src/common/components/markdown-renderer.tsx:16
FunctioncreateApolloCsrClient
()
dashboard/src/common/apollo/factory.client.ts:18
FunctioncreateApolloSsrClient
()
dashboard/src/common/apollo/factory.server.ts:42
FunctioncreateErrorQueryResult
( message: string, )
dashboard/src/test/mocks/apollo.ts:34
FunctioncreateLoadingQueryResult
()
dashboard/src/test/mocks/apollo.ts:23
FunctioncreateSuccessQueryResult
( data: TData, )
dashboard/src/test/mocks/apollo.ts:47
FunctiondetectMobileFromUA
()
dashboard/src/common/hooks/use-mobile.ts:9
Methoddisconnect
()
dashboard/src/test/setup.ts:22
FunctionerrorCallback
()
dashboard/src/common/hooks/__tests__/use-on-mounted.test.ts:160
← previousnext →401–500 of 549, ranked by callers