Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/chronark/highstorm
/ functions
Functions
148 in github.com/chronark/highstorm
⨍
Functions
148
◇
Types & classes
29
↓ 140 callers
Function
cn
(...inputs: ClassValue[])
apps/web/lib/utils.ts:4
↓ 16 callers
Function
toast
({ ...props }: Toast)
apps/web/hooks/use-toast.ts:137
↓ 13 callers
Function
useToast
()
apps/web/hooks/use-toast.ts:168
↓ 11 callers
Function
getTenantId
()
apps/web/lib/auth.ts:9
↓ 5 callers
Function
dispatch
(action: Action)
apps/web/hooks/use-toast.ts:128
↓ 5 callers
Function
flatten
(obj: Record<string, unknown>, prefix = "")
apps/web/lib/flatten.ts:3
↓ 3 callers
Function
drawCircle
(circle: Circle, update = false)
apps/web/components/landing/particles.tsx:133
↓ 3 callers
Method
get
(key: string)
apps/web/lib/cache.ts:22
↓ 2 callers
Function
addToRemoveQueue
(toastId: string)
apps/web/hooks/use-toast.ts:56
↓ 2 callers
Function
changeOrg
(id: string | null)
apps/web/app/(authenticated)/(app)/TeamSwitcher.tsx:48
↓ 2 callers
Function
circleParams
()
apps/web/components/landing/particles.tsx:117
↓ 2 callers
Function
clearContext
()
apps/web/components/landing/particles.tsx:149
↓ 2 callers
Function
copyToClipboardWithMeta
(value: string, _meta?: Record<string, unknown>)
apps/web/components/copy-button.tsx:22
↓ 2 callers
Function
duration
(ms: number, short?: boolean)
apps/web/lib/time.ts:1
↓ 2 callers
Function
fillRange
( data: { value: number; time: number }[], start: number, _end: number, step: "1m" | "1h" | "1d", )
apps/web/components/charts.tsx:10
↓ 2 callers
Function
initCanvas
()
apps/web/components/landing/particles.tsx:72
↓ 2 callers
Function
initContainer
()
apps/web/components/landing/highlighter.tsx:45
↓ 2 callers
Method
set
(key: string, value: TValue)
apps/web/lib/cache.ts:18
↓ 1 callers
Function
animate
()
apps/web/components/landing/particles.tsx:175
↓ 1 callers
Function
dismiss
()
apps/web/hooks/use-toast.ts:145
↓ 1 callers
Function
drawParticles
()
apps/web/components/landing/particles.tsx:155
↓ 1 callers
Function
encodeBase58
(buf: Buffer)
apps/web/lib/id-edge.ts:3
↓ 1 callers
Function
encodeBase58
(buf: Buffer)
apps/web/lib/id.ts:4
↓ 1 callers
Function
genId
()
apps/web/hooks/use-toast.ts:25
↓ 1 callers
Function
getBaseUrl
()
apps/web/lib/trpc/index.ts:6
↓ 1 callers
Function
getBaseUrl
()
apps/web/app/(authenticated)/(app)/react-query-provider.tsx:10
↓ 1 callers
Function
hexToRgb
(hex: string)
apps/web/components/landing/particles.tsx:16
↓ 1 callers
Method
ingest
( channel: string, event: HighstormEvent, opts?: { throwOnError?: boolean }, )
packages/client/src/index.ts:50
↓ 1 callers
Function
main
()
apps/web/tools/random-seed.ts:5
↓ 1 callers
Function
onMouseMove
()
apps/web/components/landing/particles.tsx:77
↓ 1 callers
Function
onMouseMove
()
apps/web/components/landing/highlighter.tsx:52
↓ 1 callers
Function
reducer
(state: State, action: Action)
apps/web/hooks/use-toast.ts:72
↓ 1 callers
Function
remapValue
( value: number, start1: number, end1: number, start2: number, end2: number, )
apps/web/components/landing/particles.tsx:164
↓ 1 callers
Function
resizeCanvas
()
apps/web/components/landing/particles.tsx:104
↓ 1 callers
Function
sendWebhooks
()
apps/web/pages/api/v1/events/[channel].ts:189
↓ 1 callers
Function
toBase64
(buffer: ArrayBuffer)
apps/web/pages/api/v1/events/[channel].ts:291
↓ 1 callers
Function
updatePermission
(channelId: string, action: Action, allowed: boolean)
apps/web/app/(authenticated)/(app)/keys/create-key.tsx:73
↓ 1 callers
Function
useActiveItem
(itemIds: string[])
apps/web/components/toc.tsx:41
Function
AlertDialogFooter
({ className, ...props }: React.HTMLAttributes<HTMLDivElement>)
apps/web/components/ui/alert-dialog.tsx:64
Function
AlertDialogHeader
({ className, ...props }: React.HTMLAttributes<HTMLDivElement>)
apps/web/components/ui/alert-dialog.tsx:59
Function
AlertDialogPortal
({ className, children, ...props }: AlertDialogPrimitive.AlertDialogPortalProps)
apps/web/components/ui/alert-dialog.tsx:12
Function
Analytics
()
apps/web/components/analytics.tsx:5
Function
Analytics
({ channel })
apps/web/app/(authenticated)/(app)/channels/[channelName]/analytics.tsx:73
Function
AppLayout
({ children, }: { children: React.ReactNode; })
apps/web/app/(authenticated)/layout.tsx:4
Function
AreaChart
({ data })
apps/web/components/charts.tsx:64
Function
Badge
({ className, variant, ...props }: BadgeProps)
apps/web/components/ui/badge.tsx:29
Function
Card
({ href, className, children, disabled, ...props }: CardProps)
apps/web/components/card.tsx:10
Function
ChannelLink
({ href, channelName })
apps/web/app/(authenticated)/(app)/channelLink.tsx:14
Function
Client
({ apiKey, channelIdToName })
apps/web/app/(authenticated)/(app)/keys/[keyId]/client.tsx:25
Function
CodeBlockWrapper
({ expandButtonTitle = "View Code", className, children, ...props }: CodeBlockProps)
apps/web/components/code-block-wrapper.tsx:13
Function
ColumnChart
({ data })
apps/web/components/charts.tsx:116
Function
CommandDialog
({ children, ...props }: CommandDialogProps)
apps/web/components/ui/command.tsx:28
Function
CommandMenu
({ ...props }: DialogProps)
apps/web/components/command-menu.tsx:23
Function
CommandShortcut
({ className, ...props }: React.HTMLAttributes<HTMLSpanElement>)
apps/web/components/ui/command.tsx:128
Function
ContextMenuShortcut
({ className, ...props }: React.HTMLAttributes<HTMLSpanElement>)
apps/web/components/ui/context-menu.tsx:167
Function
CopyButton
({ value, className, src, ...props }: CopyButtonProps)
apps/web/components/copy-button.tsx:26
Function
CopyWithClassNames
({ value, classNames, className, ...props }: CopyWithClassNamesProps)
apps/web/components/copy-button.tsx:61
Function
CreateChannelButton
()
apps/web/app/(authenticated)/(app)/channels/CreateChannelButton.tsx:33
Function
CreateKeyButton
({ channels })
apps/web/app/(authenticated)/(app)/keys/create-key.tsx:44
Function
Cta
()
apps/web/components/landing/cta.tsx:4
Function
DashboardTableOfContents
({ toc }: TocProps)
apps/web/components/toc.tsx:14
Function
DefaultLayout
({ children, }: { children: React.ReactNode; })
apps/web/app/(landing)/layout.tsx:12
Function
DeleteChannelButton
({ channelId, children, })
apps/web/app/(authenticated)/(app)/channels/[channelName]/deleteChannelButton.tsx:23
Function
DeleteKeyButton
({ keyId, children })
apps/web/app/(authenticated)/(app)/keys/delete-key.tsx:23
Function
DeleteReportButton
({ reportId })
apps/web/app/(authenticated)/(app)/channels/[channelName]/reports/deleteReportButton.tsx:24
Function
DeleteWebhookButton
({ webhookId })
apps/web/app/(authenticated)/(app)/channels/[channelName]/webhooks/deleteWebhookButton.tsx:24
Function
DesktopSidebar
({ navigation, channels })
apps/web/app/(authenticated)/(app)/DesktopSidebar.tsx:20
Function
DialogFooter
({ className, ...props }: React.HTMLAttributes<HTMLDivElement>)
apps/web/components/ui/dialog.tsx:67
Function
DialogHeader
({ className, ...props }: React.HTMLAttributes<HTMLDivElement>)
apps/web/components/ui/dialog.tsx:62
Function
DialogPortal
({ className, children, ...props }: DialogPrimitive.DialogPortalProps)
apps/web/components/ui/dialog.tsx:13
Function
DropdownMenuShortcut
({ className, ...props }: React.HTMLAttributes<HTMLSpanElement>)
apps/web/components/ui/dropdown-menu.tsx:168
Function
EmptyState
({ title, description, children, className, })
apps/web/components/empty-state.tsx:12
Function
Features
()
apps/web/components/landing/features.tsx:5
Function
Feed
({ className, events })
apps/web/components/feed.tsx:24
Function
Fonts
()
apps/web/components/fonts.tsx:17
Function
Header
()
apps/web/components/landing/ui/header.tsx:4
Function
Header
({ channel, stats, actions })
apps/web/app/(authenticated)/(app)/channels/[channelName]/header.tsx:17
Function
Heading
({ children, h1, h2, h3, h4 })
apps/web/components/text.tsx:29
Function
Hero
()
apps/web/components/landing/hero.tsx:6
Function
HighlightGroup
({ children, className = "", refresh = false, })
apps/web/components/landing/highlighter.tsx:12
Function
HighlighterItem
({ children, className = "", })
apps/web/components/landing/highlighter.tsx:84
Function
Layout
({ children }: LayoutProps)
apps/web/app/(authenticated)/(app)/layout.tsx:21
Function
Layout
(props: { params: { tenantSlug: string; channelName: string }; children: React.ReactNode; })
apps/web/app/(authenticated)/(app)/channels/[channelName]/layout.tsx:36
Function
Loading
({ width = 24, height = 24, dur = "0.75s", }: SVGProps<SVGElement>)
apps/web/components/loading.tsx:3
Function
Loading
()
apps/web/app/(authenticated)/(app)/channels/loading.tsx:3
Function
Loading
()
apps/web/app/(authenticated)/(app)/channels/[channelName]/loading.tsx:3
Function
Loading
()
apps/web/app/(authenticated)/(app)/channels/[channelName]/events/[eventId]/loading.tsx:3
Function
Loading
()
apps/web/app/(authenticated)/(app)/home/loading.tsx:3
Function
Loading
()
apps/web/app/(authenticated)/(app)/overview/loading.tsx:3
Function
Logo
({ className })
apps/web/components/logo.tsx:4
Function
MenubarShortcut
({ className, ...props }: React.HTMLAttributes<HTMLSpanElement>)
apps/web/components/ui/menubar.tsx:198
Function
MobileNav
()
apps/web/components/mobile-nav.tsx:21
Function
MobileSidebar
({ navigation, channels })
apps/web/app/(authenticated)/(app)/MobileSidebar.tsx:33
Function
ModeToggle
()
apps/web/components/mode-toggle.tsx:15
Function
MyApp
()
apps/docs/components/counters.tsx:22
Function
MyButton
()
apps/docs/components/counters.tsx:6
Function
NavLink
({ href, segment, children, className, })
apps/web/app/(authenticated)/(app)/channels/[channelName]/nav-link.tsx:15
Function
Navbar
({ channelName })
apps/web/app/(authenticated)/(app)/channels/[channelName]/navbar.tsx:16
Function
Onboarding
()
apps/web/app/(authenticated)/(app)/onboarding/client.tsx:45
Function
OnboardingPage
()
apps/web/app/(authenticated)/(app)/onboarding/page.tsx:5
next →
1–100 of 148, ranked by callers