Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bex-co/bex
/ functions
Functions
549 in github.com/bex-co/bex
⨍
Functions
549
◇
Types & classes
84
Function
SidebarMenuItem
({ className, ...props }: React.ComponentProps<"li">)
dashboard/src/common/components/ui/sidebar.tsx:482
Function
SidebarMenuSkeleton
({ className, showIcon = false, ...props }: React.ComponentProps<"div"> & { showIcon?: boolean; })
dashboard/src/common/components/ui/sidebar.tsx:619
Function
SidebarMenuSub
({ className, ...props }: React.ComponentProps<"ul">)
dashboard/src/common/components/ui/sidebar.tsx:658
Function
SidebarMenuSubButton
({ asChild = false, size = "md", isActive = false, className, ...props }: React.ComponentProps<"a">
dashboard/src/common/components/ui/sidebar.tsx:687
Function
SidebarMenuSubItem
({ className, ...props }: React.ComponentProps<"li">)
dashboard/src/common/components/ui/sidebar.tsx:673
Function
SidebarProvider
({ defaultOpen = true, open: openProp, onOpenChange: setOpenProp, className, style, children, ..
dashboard/src/common/components/ui/sidebar.tsx:53
Function
SidebarRail
({ className, ...props }: React.ComponentProps<"button">)
dashboard/src/common/components/ui/sidebar.tsx:299
Function
SidebarSeparator
({ className, ...props }: React.ComponentProps<typeof Separator>)
dashboard/src/common/components/ui/sidebar.tsx:374
Function
SidebarTrigger
({ className, onClick, ...props }: React.ComponentProps<typeof Button>)
dashboard/src/common/components/ui/sidebar.tsx:273
Function
Skeleton
({ className, ...props }: React.ComponentProps<"div">)
dashboard/src/common/components/ui/skeleton.tsx:3
Method
Suspend
Suspend parks the App (spec.suspended = true): scaled to 0, host/certs kept.
operator/internal/api/core.go:191
Function
Switch
({ className, ...props }: React.ComponentProps<typeof SwitchPrimitive.Root>)
dashboard/src/common/components/ui/switch.tsx:6
Function
Table
({ className, ...props }: React.ComponentProps<"table">)
dashboard/src/common/components/ui/table.tsx:5
Function
TableBody
({ className, ...props }: React.ComponentProps<"tbody">)
dashboard/src/common/components/ui/table.tsx:30
Function
TableCaption
({ className, ...props }: React.ComponentProps<"caption">)
dashboard/src/common/components/ui/table.tsx:92
Function
TableCell
({ className, ...props }: React.ComponentProps<"td">)
dashboard/src/common/components/ui/table.tsx:79
Function
TableFooter
({ className, ...props }: React.ComponentProps<"tfoot">)
dashboard/src/common/components/ui/table.tsx:40
Function
TableHead
({ className, ...props }: React.ComponentProps<"th">)
dashboard/src/common/components/ui/table.tsx:66
Function
TableHeader
({ className, ...props }: React.ComponentProps<"thead">)
dashboard/src/common/components/ui/table.tsx:20
Function
TableRow
({ className, ...props }: React.ComponentProps<"tr">)
dashboard/src/common/components/ui/table.tsx:53
Function
Tabs
({ className, ...props }: React.ComponentProps<typeof TabsPrimitive.Root>)
dashboard/src/common/components/ui/tabs.tsx:10
Function
TabsContent
({ className, ...props }: React.ComponentProps<typeof TabsPrimitive.Content>)
dashboard/src/common/components/ui/tabs.tsx:86
Function
TabsList
({ className, variant = "default", ...props }: React.ComponentProps<typeof TabsPrimitive.List> & { var
dashboard/src/common/components/ui/tabs.tsx:23
Function
TabsTrigger
({ className, ...props }: React.ComponentProps<typeof TabsPrimitive.Trigger>)
dashboard/src/common/components/ui/tabs.tsx:47
Function
TestAuth
(t *testing.T)
operator/internal/api/api_test.go:92
Function
TestAuthGate
(t *testing.T)
operator/internal/api/auth_test.go:109
Function
TestCnpgClusterSpec
(t *testing.T)
operator/internal/controller/database_test.go:57
Function
TestComponent
()
dashboard/src/common/components/ui/__tests__/sidebar.test.tsx:7
Function
TestControllers
(t *testing.T)
operator/internal/controller/suite_test.go:51
Function
TestCore_InstanceCountNeedsNoSource
(t *testing.T)
operator/internal/api/metrics_test.go:131
Function
TestCore_LogsAggregatesAndSorts
--- Core.Logs verb ---
operator/internal/api/mcp_test.go:63
Function
TestCore_LogsErrors
(t *testing.T)
operator/internal/api/mcp_test.go:91
Function
TestCore_MetricsErrors
(t *testing.T)
operator/internal/api/metrics_test.go:147
Function
TestCore_ResourceMetricsAbsoluteAndPercentage
--- Core resource metrics ---
operator/internal/api/metrics_test.go:85
Function
TestE2E
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
Function
TestEffectiveHosts
(t *testing.T)
operator/internal/controller/hosts_test.go:35
Function
TestEffectiveReplicas
(t *testing.T)
operator/internal/controller/lifecycle_test.go:25
Function
TestGraphQL_APIKeys
(t *testing.T)
operator/internal/api/apikeys_test.go:128
Function
TestGraphQL_Logs
(t *testing.T)
operator/internal/api/logs_test.go:175
Function
TestGraphQL_Metrics
--- GraphQL metrics adapter ---
operator/internal/api/metrics_test.go:263
Function
TestGraphQL_Postgres
(t *testing.T)
operator/internal/api/api_test.go:345
Function
TestGraphQL_RenderOperationsAndShape
(t *testing.T)
operator/internal/api/api_test.go:206
Function
TestGraphQL_RequiresAuth
(t *testing.T)
operator/internal/api/api_test.go:239
Function
TestHydraAPIKeysStore
(t *testing.T)
operator/internal/api/apikeys_test.go:234
Function
TestIngressRouteTCPSpec
(t *testing.T)
operator/internal/controller/database_test.go:88
Function
TestIntrospectionCache
(t *testing.T)
operator/internal/api/auth_test.go:205
Function
TestMCP_APIKeyTools
(t *testing.T)
operator/internal/api/apikeys_test.go:152
Function
TestMCP_ExposesRenderConsistentTools
(t *testing.T)
operator/internal/api/mcp_test.go:140
Function
TestMCP_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
Function
TestMCP_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
Function
TestMCP_ToolsDelegateToCore
(t *testing.T)
operator/internal/api/mcp_test.go:163
Function
TestMissingHydraURLRefusesToServe
(t *testing.T)
operator/internal/api/auth_test.go:198
Function
TestNewPrometheusRequestSource_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
Function
TestNormalizeIdent
(t *testing.T)
operator/internal/controller/database_test.go:25
Function
TestParsePodMetrics
--- Production source parsers (no live backend) ---
operator/internal/api/metrics_test.go:292
Function
TestParsePromMatrix
(t *testing.T)
operator/internal/api/metrics_test.go:342
Function
TestPromQueryFor
(t *testing.T)
operator/internal/api/metrics_test.go:316
Function
TestREST_APIKeyLifecycle
(t *testing.T)
operator/internal/api/apikeys_test.go:74
Function
TestREST_APIKeysUnavailableWithoutStore
(t *testing.T)
operator/internal/api/apikeys_test.go:114
Function
TestREST_GetRenderShape
(t *testing.T)
operator/internal/api/api_test.go:129
Function
TestREST_ListIsRenderWrapped
--- REST adapter (Render-public-API compatible) ---
operator/internal/api/api_test.go:110
Function
TestREST_LogsEnvelopeAndFilters
(t *testing.T)
operator/internal/api/logs_test.go:62
Function
TestREST_LogsErrors
(t *testing.T)
operator/internal/api/logs_test.go:126
Function
TestREST_LogsRequestAndBuildAreEmpty
(t *testing.T)
operator/internal/api/logs_test.go:108
Function
TestREST_LogsSubscribeStreamsSSE
(t *testing.T)
operator/internal/api/logs_test.go:157
Function
TestREST_LogsUnavailableWithoutSource
(t *testing.T)
operator/internal/api/logs_test.go:144
Function
TestREST_MetricsErrors
(t *testing.T)
operator/internal/api/metrics_test.go:236
Function
TestREST_PostgresCRUD
(t *testing.T)
operator/internal/api/api_test.go:278
Function
TestREST_PostgresConnectionInfo
(t *testing.T)
operator/internal/api/api_test.go:323
Function
TestREST_RequestMetrics
(t *testing.T)
operator/internal/api/metrics_test.go:203
Function
TestREST_ResourceMetrics
--- REST metrics adapter (Render metrics-API shape) ---
operator/internal/api/metrics_test.go:171
Function
TestREST_VerbsAndStatusCodes
(t *testing.T)
operator/internal/api/api_test.go:148
Function
TestResolvePlan
(t *testing.T)
operator/internal/controller/database_test.go:38
Function
TestTLSSecretName
(t *testing.T)
operator/internal/controller/hosts_test.go:74
Function
Textarea
({ className, ...props }: React.ComponentProps<"textarea">)
dashboard/src/common/components/ui/textarea.tsx:5
Function
ThemeProvider
({ children, defaultTheme = "system", storageKey = THEME_STORAGE_KEY, ...props }: ThemeProviderProps)
dashboard/src/common/providers/theme-provider/index.tsx:35
Function
ThemeScript
()
dashboard/src/common/components/document/theme-script.tsx:3
Function
Toaster
({ ...props }: ToasterProps)
dashboard/src/common/components/ui/sonner.tsx:12
Function
Tooltip
({ ...props }: React.ComponentProps<typeof TooltipPrimitive.Root>)
dashboard/src/common/components/ui/tooltip.tsx:19
Function
TooltipContent
({ className, sideOffset = 0, children, ...props }: React.ComponentProps<typeof TooltipPrimitive.Conte
dashboard/src/common/components/ui/tooltip.tsx:35
Function
TooltipProvider
({ delayDuration = 0, ...props }: React.ComponentProps<typeof TooltipPrimitive.Provider>)
dashboard/src/common/components/ui/tooltip.tsx:6
Function
TooltipTrigger
({ ...props }: React.ComponentProps<typeof TooltipPrimitive.Trigger>)
dashboard/src/common/components/ui/tooltip.tsx:29
Function
UncommentCode
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
Function
UninstallCertManager
UninstallCertManager uninstalls the cert manager
operator/test/utils/utils.go:63
Function
UserAvatarButton
({ userInitial, onClick, ...props }: UserAvatarButtonProps)
dashboard/src/common/components/user-nav.tsx:29
Function
UserNav
()
dashboard/src/common/components/user-nav.tsx:64
Function
VisualViewportHeight
()
dashboard/src/common/providers/visual-viewport-height/index.tsx:44
Function
VisualViewportHeightImpl
()
dashboard/src/common/providers/visual-viewport-height/index.tsx:4
Function
Wrap
(props)
dashboard/src/router.tsx:28
Function
a
({ children, href, ...props })
dashboard/src/common/components/markdown-renderer.tsx:25
Function
blockquote
({ children, ...props })
dashboard/src/common/components/markdown-renderer.tsx:70
Function
code
({ className, children })
dashboard/src/common/components/markdown-renderer.tsx:16
Function
createApolloCsrClient
()
dashboard/src/common/apollo/factory.client.ts:18
Function
createApolloSsrClient
()
dashboard/src/common/apollo/factory.server.ts:42
Function
createErrorQueryResult
( message: string, )
dashboard/src/test/mocks/apollo.ts:34
Function
createLoadingQueryResult
()
dashboard/src/test/mocks/apollo.ts:23
Function
createSuccessQueryResult
( data: TData, )
dashboard/src/test/mocks/apollo.ts:47
Function
detectMobileFromUA
()
dashboard/src/common/hooks/use-mobile.ts:9
Method
disconnect
()
dashboard/src/test/setup.ts:22
Function
errorCallback
()
dashboard/src/common/hooks/__tests__/use-on-mounted.test.ts:160
← previous
next →
401–500 of 549, ranked by callers