MCPcopy Create free account

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

Functions549 in github.com/bex-co/bex

FunctiongetInitialTheme
()
dashboard/src/common/providers/theme-provider/index.tsx:45
FunctiongetRouter
()
dashboard/src/router.tsx:8
FunctiongetSearchParamOnClient
(key: string)
dashboard/src/common/lib/search-params/client.ts:1
FunctiongetSearchParamOnServer
(key: string)
dashboard/src/common/lib/search-params/server.ts:3
FunctiongetUserAgentOnClient
()
dashboard/src/common/lib/user-agent/client.ts:1
FunctiongetUserAgentOnServer
()
dashboard/src/common/lib/user-agent/server.ts:3
Functionh1
({ children, ...props })
dashboard/src/common/components/markdown-renderer.tsx:97
Functionh2
({ children, ...props })
dashboard/src/common/components/markdown-renderer.tsx:105
Functionh3
({ children, ...props })
dashboard/src/common/components/markdown-renderer.tsx:113
FunctionhandleCalendarSelect
(date: Date | undefined)
dashboard/src/common/components/ui/date-picker.tsx:91
FunctionhandleClear
(e: React.MouseEvent)
dashboard/src/common/components/ui/combobox.tsx:79
FunctionhandleCopy
()
dashboard/src/common/components/code-block.tsx:25
FunctionhandleGoBack
()
dashboard/src/common/root-route/not-found-page.tsx:10
FunctionhandleGoBack
()
dashboard/src/common/root-route/error-page.tsx:11
FunctionhandleInputBlur
()
dashboard/src/common/components/ui/combobox.tsx:105
FunctionhandleInputChange
(e: React.ChangeEvent<HTMLInputElement>)
dashboard/src/common/components/ui/date-picker.tsx:79
FunctionhandleInputChange
(e: React.ChangeEvent<HTMLInputElement>)
dashboard/src/common/components/ui/combobox.tsx:86
FunctionhandleInputFocus
()
dashboard/src/common/components/ui/combobox.tsx:101
FunctionhandleKeyDown
(e: React.KeyboardEvent<HTMLInputElement>)
dashboard/src/common/components/ui/combobox.tsx:112
FunctionhandleKeyDown
(event: KeyboardEvent)
dashboard/src/common/components/ui/sidebar.tsx:103
FunctionhandleLogout
()
dashboard/src/common/components/user-nav.tsx:73
FunctionhandleSettings
()
dashboard/src/common/components/user-nav.tsx:77
FunctionhandleStorageChange
(e: StorageEvent | CustomEvent)
dashboard/src/common/hooks/use-local-storage-state.ts:157
FunctionhandleTodayClick
()
dashboard/src/common/components/ui/date-picker.tsx:97
Functioninit
()
operator/cmd/main.go:57
Functioninit
()
operator/api/v1alpha1/app_types.go:205
Functioninit
()
operator/api/v1alpha1/database_types.go:129
MethodlogsQuery
logsQuery serves GET /v1/logs — a historical query across an App's replicas.
operator/internal/api/rest_logs.go:40
MethodlogsSubscribe
logsSubscribe serves GET /v1/logs/subscribe — a live tail over Server-Sent Events (one `data: <renderLog JSON>` frame per line, following one resource
operator/internal/api/rest_logs.go:71
Functionmain
nolint:gocyclo
operator/cmd/main.go:65
Functionmain
()
operator/cmd/api/main.go:51
Functionmain
()
examples/hello-go/main.go:11
Functionmatches
()
dashboard/src/common/hooks/__tests__/use-mobile.test.ts:26
FunctionmockMatchMedia
(query: string)
dashboard/src/common/components/ui/__tests__/sidebar.test.tsx:32
FunctionmockMatchMedia
(query: string)
dashboard/src/common/hooks/__tests__/use-mobile.test.ts:18
Methodobserve
()
dashboard/src/test/setup.ts:20
Functionol
({ children, ...props })
dashboard/src/common/components/markdown-renderer.tsx:89
Functionp
({ children, ...props })
dashboard/src/common/components/markdown-renderer.tsx:121
FunctionreadValue
()
dashboard/src/common/hooks/use-session-storage-state.ts:60
FunctionreadValue
()
dashboard/src/common/hooks/use-local-storage-state.ts:76
FunctionreadValue
()
dashboard/src/common/hooks/use-cookie-storage-state/use-cookie-storage-state.ts:55
Functiontable
({ children, ...props })
dashboard/src/common/components/markdown-renderer.tsx:41
Functiontd
({ children, ...props })
dashboard/src/common/components/markdown-renderer.tsx:62
Functionth
({ children, ...props })
dashboard/src/common/components/markdown-renderer.tsx:51
Functionul
({ children, ...props })
dashboard/src/common/components/markdown-renderer.tsx:81
Methodunobserve
()
dashboard/src/test/setup.ts:21
FunctionuseCookieStorageState
( key: string, defaultValue: T, options: UseCookieStorageStateOptions<T> = {}, )
dashboard/src/common/hooks/use-cookie-storage-state/use-cookie-storage-state.ts:44
FunctionuseIsDarkTheme
()
dashboard/src/common/providers/theme-provider/hooks.ts:14
FunctionuseSessionStorageState
( key: string, defaultValue: T, options: UseSessionStorageStateOptions<T> = {}, )
dashboard/src/common/hooks/use-session-storage-state.ts:50
← previous501–549 of 549, ranked by callers