MCPcopy Index your code

hub / github.com/chronark/highstorm / functions

Functions148 in github.com/chronark/highstorm

↓ 140 callersFunctioncn
(...inputs: ClassValue[])
apps/web/lib/utils.ts:4
↓ 16 callersFunctiontoast
({ ...props }: Toast)
apps/web/hooks/use-toast.ts:137
↓ 13 callersFunctionuseToast
()
apps/web/hooks/use-toast.ts:168
↓ 11 callersFunctiongetTenantId
()
apps/web/lib/auth.ts:9
↓ 5 callersFunctiondispatch
(action: Action)
apps/web/hooks/use-toast.ts:128
↓ 5 callersFunctionflatten
(obj: Record<string, unknown>, prefix = "")
apps/web/lib/flatten.ts:3
↓ 3 callersFunctiondrawCircle
(circle: Circle, update = false)
apps/web/components/landing/particles.tsx:133
↓ 3 callersMethodget
(key: string)
apps/web/lib/cache.ts:22
↓ 2 callersFunctionaddToRemoveQueue
(toastId: string)
apps/web/hooks/use-toast.ts:56
↓ 2 callersFunctionchangeOrg
(id: string | null)
apps/web/app/(authenticated)/(app)/TeamSwitcher.tsx:48
↓ 2 callersFunctioncircleParams
()
apps/web/components/landing/particles.tsx:117
↓ 2 callersFunctionclearContext
()
apps/web/components/landing/particles.tsx:149
↓ 2 callersFunctioncopyToClipboardWithMeta
(value: string, _meta?: Record<string, unknown>)
apps/web/components/copy-button.tsx:22
↓ 2 callersFunctionduration
(ms: number, short?: boolean)
apps/web/lib/time.ts:1
↓ 2 callersFunctionfillRange
( data: { value: number; time: number }[], start: number, _end: number, step: "1m" | "1h" | "1d", )
apps/web/components/charts.tsx:10
↓ 2 callersFunctioninitCanvas
()
apps/web/components/landing/particles.tsx:72
↓ 2 callersFunctioninitContainer
()
apps/web/components/landing/highlighter.tsx:45
↓ 2 callersMethodset
(key: string, value: TValue)
apps/web/lib/cache.ts:18
↓ 1 callersFunctionanimate
()
apps/web/components/landing/particles.tsx:175
↓ 1 callersFunctiondismiss
()
apps/web/hooks/use-toast.ts:145
↓ 1 callersFunctiondrawParticles
()
apps/web/components/landing/particles.tsx:155
↓ 1 callersFunctionencodeBase58
(buf: Buffer)
apps/web/lib/id-edge.ts:3
↓ 1 callersFunctionencodeBase58
(buf: Buffer)
apps/web/lib/id.ts:4
↓ 1 callersFunctiongenId
()
apps/web/hooks/use-toast.ts:25
↓ 1 callersFunctiongetBaseUrl
()
apps/web/lib/trpc/index.ts:6
↓ 1 callersFunctiongetBaseUrl
()
apps/web/app/(authenticated)/(app)/react-query-provider.tsx:10
↓ 1 callersFunctionhexToRgb
(hex: string)
apps/web/components/landing/particles.tsx:16
↓ 1 callersMethodingest
( channel: string, event: HighstormEvent, opts?: { throwOnError?: boolean }, )
packages/client/src/index.ts:50
↓ 1 callersFunctionmain
()
apps/web/tools/random-seed.ts:5
↓ 1 callersFunctiononMouseMove
()
apps/web/components/landing/particles.tsx:77
↓ 1 callersFunctiononMouseMove
()
apps/web/components/landing/highlighter.tsx:52
↓ 1 callersFunctionreducer
(state: State, action: Action)
apps/web/hooks/use-toast.ts:72
↓ 1 callersFunctionremapValue
( value: number, start1: number, end1: number, start2: number, end2: number, )
apps/web/components/landing/particles.tsx:164
↓ 1 callersFunctionresizeCanvas
()
apps/web/components/landing/particles.tsx:104
↓ 1 callersFunctionsendWebhooks
()
apps/web/pages/api/v1/events/[channel].ts:189
↓ 1 callersFunctiontoBase64
(buffer: ArrayBuffer)
apps/web/pages/api/v1/events/[channel].ts:291
↓ 1 callersFunctionupdatePermission
(channelId: string, action: Action, allowed: boolean)
apps/web/app/(authenticated)/(app)/keys/create-key.tsx:73
↓ 1 callersFunctionuseActiveItem
(itemIds: string[])
apps/web/components/toc.tsx:41
FunctionAlertDialogFooter
({ className, ...props }: React.HTMLAttributes<HTMLDivElement>)
apps/web/components/ui/alert-dialog.tsx:64
FunctionAlertDialogHeader
({ className, ...props }: React.HTMLAttributes<HTMLDivElement>)
apps/web/components/ui/alert-dialog.tsx:59
FunctionAlertDialogPortal
({ className, children, ...props }: AlertDialogPrimitive.AlertDialogPortalProps)
apps/web/components/ui/alert-dialog.tsx:12
FunctionAnalytics
()
apps/web/components/analytics.tsx:5
FunctionAnalytics
({ channel })
apps/web/app/(authenticated)/(app)/channels/[channelName]/analytics.tsx:73
FunctionAppLayout
({ children, }: { children: React.ReactNode; })
apps/web/app/(authenticated)/layout.tsx:4
FunctionAreaChart
({ data })
apps/web/components/charts.tsx:64
FunctionBadge
({ className, variant, ...props }: BadgeProps)
apps/web/components/ui/badge.tsx:29
FunctionCard
({ href, className, children, disabled, ...props }: CardProps)
apps/web/components/card.tsx:10
FunctionChannelLink
({ href, channelName })
apps/web/app/(authenticated)/(app)/channelLink.tsx:14
FunctionClient
({ apiKey, channelIdToName })
apps/web/app/(authenticated)/(app)/keys/[keyId]/client.tsx:25
FunctionCodeBlockWrapper
({ expandButtonTitle = "View Code", className, children, ...props }: CodeBlockProps)
apps/web/components/code-block-wrapper.tsx:13
FunctionColumnChart
({ data })
apps/web/components/charts.tsx:116
FunctionCommandDialog
({ children, ...props }: CommandDialogProps)
apps/web/components/ui/command.tsx:28
FunctionCommandMenu
({ ...props }: DialogProps)
apps/web/components/command-menu.tsx:23
FunctionCommandShortcut
({ className, ...props }: React.HTMLAttributes<HTMLSpanElement>)
apps/web/components/ui/command.tsx:128
FunctionContextMenuShortcut
({ className, ...props }: React.HTMLAttributes<HTMLSpanElement>)
apps/web/components/ui/context-menu.tsx:167
FunctionCopyButton
({ value, className, src, ...props }: CopyButtonProps)
apps/web/components/copy-button.tsx:26
FunctionCopyWithClassNames
({ value, classNames, className, ...props }: CopyWithClassNamesProps)
apps/web/components/copy-button.tsx:61
FunctionCreateChannelButton
()
apps/web/app/(authenticated)/(app)/channels/CreateChannelButton.tsx:33
FunctionCreateKeyButton
({ channels })
apps/web/app/(authenticated)/(app)/keys/create-key.tsx:44
FunctionCta
()
apps/web/components/landing/cta.tsx:4
FunctionDashboardTableOfContents
({ toc }: TocProps)
apps/web/components/toc.tsx:14
FunctionDefaultLayout
({ children, }: { children: React.ReactNode; })
apps/web/app/(landing)/layout.tsx:12
FunctionDeleteChannelButton
({ channelId, children, })
apps/web/app/(authenticated)/(app)/channels/[channelName]/deleteChannelButton.tsx:23
FunctionDeleteKeyButton
({ keyId, children })
apps/web/app/(authenticated)/(app)/keys/delete-key.tsx:23
FunctionDeleteReportButton
({ reportId })
apps/web/app/(authenticated)/(app)/channels/[channelName]/reports/deleteReportButton.tsx:24
FunctionDeleteWebhookButton
({ webhookId })
apps/web/app/(authenticated)/(app)/channels/[channelName]/webhooks/deleteWebhookButton.tsx:24
FunctionDesktopSidebar
({ navigation, channels })
apps/web/app/(authenticated)/(app)/DesktopSidebar.tsx:20
FunctionDialogFooter
({ className, ...props }: React.HTMLAttributes<HTMLDivElement>)
apps/web/components/ui/dialog.tsx:67
FunctionDialogHeader
({ className, ...props }: React.HTMLAttributes<HTMLDivElement>)
apps/web/components/ui/dialog.tsx:62
FunctionDialogPortal
({ className, children, ...props }: DialogPrimitive.DialogPortalProps)
apps/web/components/ui/dialog.tsx:13
FunctionDropdownMenuShortcut
({ className, ...props }: React.HTMLAttributes<HTMLSpanElement>)
apps/web/components/ui/dropdown-menu.tsx:168
FunctionEmptyState
({ title, description, children, className, })
apps/web/components/empty-state.tsx:12
FunctionFeatures
()
apps/web/components/landing/features.tsx:5
FunctionFeed
({ className, events })
apps/web/components/feed.tsx:24
FunctionFonts
()
apps/web/components/fonts.tsx:17
FunctionHeader
()
apps/web/components/landing/ui/header.tsx:4
FunctionHeader
({ channel, stats, actions })
apps/web/app/(authenticated)/(app)/channels/[channelName]/header.tsx:17
FunctionHeading
({ children, h1, h2, h3, h4 })
apps/web/components/text.tsx:29
FunctionHero
()
apps/web/components/landing/hero.tsx:6
FunctionHighlightGroup
({ children, className = "", refresh = false, })
apps/web/components/landing/highlighter.tsx:12
FunctionHighlighterItem
({ children, className = "", })
apps/web/components/landing/highlighter.tsx:84
FunctionLayout
({ children }: LayoutProps)
apps/web/app/(authenticated)/(app)/layout.tsx:21
FunctionLayout
(props: { params: { tenantSlug: string; channelName: string }; children: React.ReactNode; })
apps/web/app/(authenticated)/(app)/channels/[channelName]/layout.tsx:36
FunctionLoading
({ width = 24, height = 24, dur = "0.75s", }: SVGProps<SVGElement>)
apps/web/components/loading.tsx:3
FunctionLoading
()
apps/web/app/(authenticated)/(app)/channels/loading.tsx:3
FunctionLoading
()
apps/web/app/(authenticated)/(app)/channels/[channelName]/loading.tsx:3
FunctionLoading
()
apps/web/app/(authenticated)/(app)/channels/[channelName]/events/[eventId]/loading.tsx:3
FunctionLoading
()
apps/web/app/(authenticated)/(app)/home/loading.tsx:3
FunctionLoading
()
apps/web/app/(authenticated)/(app)/overview/loading.tsx:3
FunctionLogo
({ className })
apps/web/components/logo.tsx:4
FunctionMenubarShortcut
({ className, ...props }: React.HTMLAttributes<HTMLSpanElement>)
apps/web/components/ui/menubar.tsx:198
FunctionMobileNav
()
apps/web/components/mobile-nav.tsx:21
FunctionMobileSidebar
({ navigation, channels })
apps/web/app/(authenticated)/(app)/MobileSidebar.tsx:33
FunctionModeToggle
()
apps/web/components/mode-toggle.tsx:15
FunctionMyApp
()
apps/docs/components/counters.tsx:22
FunctionMyButton
()
apps/docs/components/counters.tsx:6
FunctionNavLink
({ href, segment, children, className, })
apps/web/app/(authenticated)/(app)/channels/[channelName]/nav-link.tsx:15
FunctionNavbar
({ channelName })
apps/web/app/(authenticated)/(app)/channels/[channelName]/navbar.tsx:16
FunctionOnboarding
()
apps/web/app/(authenticated)/(app)/onboarding/client.tsx:45
FunctionOnboardingPage
()
apps/web/app/(authenticated)/(app)/onboarding/page.tsx:5
next →1–100 of 148, ranked by callers