Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/allen-hsu/clawhuddle
/ functions
Functions
185 in github.com/allen-hsu/clawhuddle
⨍
Functions
185
◇
Types & classes
45
↓ 1 callers
Function
updateModel
(keyId: string, provider: string, model: string)
apps/web/components/admin/api-key-form.tsx:180
↓ 1 callers
Function
updatePrimary
(value: string)
apps/web/app/(app)/admin/api-keys/page.tsx:33
↓ 1 callers
Function
walk
(dir: string)
apps/api/src/services/skill-installer.ts:39
Function
ActionBtn
({ onClick, color = 'default', children }: { onClick: () => void; color?: 'default' | 'danger' | 'success'; ch
apps/web/components/admin/member-table.tsx:32
Function
ActionBtn
({ onClick, color = 'default', children }: { onClick: () => void; color?: 'default' | 'danger'; children: Reac
apps/web/components/admin/skill-table.tsx:34
Function
ActionBtn
({ onClick, color = 'default', children }: { onClick: () => void; color?: 'default' | 'danger'; children: Reac
apps/web/app/(app)/admin/invitations/page.tsx:176
Function
AdminLayout
({ children }: { children: React.ReactNode })
apps/web/app/(app)/admin/layout.tsx:7
Function
AdminMembersPage
()
apps/web/app/(app)/admin/page.tsx:9
Function
AdminSidebar
()
apps/web/components/admin/sidebar.tsx:6
Function
AdminSkillsPage
()
apps/web/app/(app)/admin/skills/page.tsx:9
Function
ApiKeyForm
({ initialKeys, fetchFn, scope = 'org', summary, onMutate, basePathOverride, includeRestricted }: Props)
apps/web/components/admin/api-key-form.tsx:75
Function
ApiKeysPage
()
apps/web/app/(app)/admin/api-keys/page.tsx:12
Function
AppLayout
({ children }: { children: React.ReactNode })
apps/web/app/(app)/layout.tsx:9
Function
AppSidebar
()
apps/web/components/app-sidebar.tsx:127
Function
AuthErrorContent
()
apps/web/app/auth/error/page.tsx:8
Function
AuthErrorPage
()
apps/web/app/auth/error/page.tsx:133
Function
Badge
({ color, children }: { color: 'green' | 'red' | 'yellow' | 'blue' | 'purple' | 'gray'; children: React.ReactN
apps/web/components/admin/member-table.tsx:12
Function
Badge
({ color, children }: { color: 'green' | 'red' | 'yellow' | 'blue' | 'gray'; children: React.ReactNode })
apps/web/components/admin/skill-table.tsx:15
Function
ChannelsPage
()
apps/web/app/(app)/channels/page.tsx:97
Function
ClawHuddleLogo
({ size = 24 }: { size?: number })
apps/web/components/logo.tsx:5
Function
ConfirmProvider
({ children }: { children: ReactNode })
apps/web/components/ui/confirm-dialog.tsx:31
Function
CreateOrgView
({ onCreated }: { onCreated: () => Promise<void> })
apps/web/app/(app)/home/page.tsx:41
Function
DashboardPage
()
apps/web/app/(app)/home/page.tsx:15
Function
DashboardView
()
apps/web/app/(app)/home/page.tsx:151
Function
DevLoginForm
({ callbackUrl, inviteEmail }: { callbackUrl: string; inviteEmail?: string })
apps/web/app/invite/[token]/page.tsx:176
Function
FaqItem
({ q, a }: { q: string; a: string })
apps/web/app/page.tsx:407
Function
FeatureCard
({ icon, title, desc, }: { icon: React.ReactNode; title: string; desc: string; })
apps/web/app/page.tsx:375
Function
InvitationsPage
()
apps/web/app/(app)/admin/invitations/page.tsx:15
Function
InvitePage
()
apps/web/app/invite/[token]/page.tsx:17
Function
LandingNav
()
apps/web/components/landing-nav.tsx:7
Function
LandingPage
()
apps/web/app/page.tsx:6
Function
LoginPage
()
apps/web/app/login/page.tsx:7
Function
MemberApiKeysModal
({ member, fetchFn, onClose }: Props)
apps/web/components/admin/member-api-keys-modal.tsx:16
Function
MemberTable
({ initialMembers }: Props)
apps/web/components/admin/member-table.tsx:56
Function
MessageBubble
({ message }: { message: ChatMessage })
apps/web/components/chat/message-bubble.tsx:3
Function
MessageInput
({ onSend, disabled }: Props)
apps/web/components/chat/message-input.tsx:10
Function
MessageList
({ messages }: { messages: ChatMessage[] })
apps/web/components/chat/message-list.tsx:7
Function
MyApiKeysPage
()
apps/web/app/(app)/api-keys/page.tsx:8
Function
NavItem
({ href, icon, label, active, }: { href: string; icon: React.ReactNode; label: string; active:
apps/web/components/app-sidebar.tsx:76
Function
OnboardingPage
()
apps/web/app/onboarding/page.tsx:7
Function
OrgAvatar
({ name, size = 28 }: { name: string; size?: number })
apps/web/components/org-switcher.tsx:6
Function
OrgProvider
({ children }: { children: ReactNode })
apps/web/lib/org-context.tsx:38
Function
OrgSwitcher
()
apps/web/components/org-switcher.tsx:24
Function
POST
(request: Request)
apps/web/app/api/chat/route.ts:5
Function
PairingSection
({ channelId, orgFetch }: { channelId: string; orgFetch: any })
apps/web/app/(app)/channels/page.tsx:28
Function
Providers
({ children }: { children: ReactNode })
apps/web/components/providers.tsx:9
Function
QuickLink
({ href, children }: { href: string; children: React.ReactNode })
apps/web/app/(app)/home/page.tsx:371
Function
RootLayout
({ children, }: Readonly<{ children: React.ReactNode; }>)
apps/web/app/layout.tsx:21
Function
SectionLabel
({ children }: { children: React.ReactNode })
apps/web/components/app-sidebar.tsx:114
Function
SettingsPage
()
apps/web/app/(app)/settings/page.tsx:11
Function
SkillTable
({ initialSkills, fetchFn }: Props)
apps/web/components/admin/skill-table.tsx:59
Function
SourceBadge
({ source }: { source: 'user' | 'org' | 'none' })
apps/web/components/admin/api-key-form.tsx:50
Function
SuperAdminPage
()
apps/web/app/(app)/super-admin/page.tsx:22
Function
ToastItem
({ toast, onDismiss }: { toast: Toast; onDismiss: (id: string) => void })
apps/web/components/ui/toast.tsx:105
Function
ToastProvider
({ children }: { children: ReactNode })
apps/web/components/ui/toast.tsx:34
Function
UserSkillsPage
()
apps/web/app/(app)/skills/page.tsx:12
Function
acceptInvite
()
apps/web/app/invite/[token]/page.tsx:41
Function
authRoutes
(app: FastifyInstance)
apps/api/src/routes/auth.ts:6
Function
authorize
(credentials)
apps/web/lib/auth.ts:22
Function
createOrg
(e: React.FormEvent)
apps/web/app/(app)/home/page.tsx:48
Function
deleteOrg
()
apps/web/app/(app)/settings/page.tsx:38
Function
handleKeyDown
(e: KeyboardEvent<HTMLTextAreaElement>)
apps/web/components/chat/message-input.tsx:20
Function
handleSignOut
()
apps/web/app/auth/error/page.tsx:25
Function
handleTryDifferentAccount
()
apps/web/app/auth/error/page.tsx:19
Function
handler
(e: MouseEvent)
apps/web/components/org-switcher.tsx:30
Function
importSelected
()
apps/web/components/admin/skill-table.tsx:110
Function
invite
()
apps/web/components/admin/member-table.tsx:112
Function
jwt
({ token, user })
apps/web/lib/auth.ts:47
Function
openGateway
()
apps/web/app/(app)/home/page.tsx:196
Function
orgApiKeyRoutes
(app: FastifyInstance)
apps/api/src/routes/org/api-keys.ts:218
Function
orgChatRoutes
(app: FastifyInstance)
apps/api/src/routes/org/chat.ts:5
Function
orgGatewayRoutes
(app: FastifyInstance)
apps/api/src/routes/org/gateways.ts:14
Function
orgMemberChannelRoutes
(app: FastifyInstance)
apps/api/src/routes/org/member-channels.ts:10
Function
orgMemberRoutes
(app: FastifyInstance)
apps/api/src/routes/org/members.ts:11
Function
orgRoutes
(app: FastifyInstance)
apps/api/src/routes/orgs.ts:27
Function
orgSkillRoutes
(app: FastifyInstance)
apps/api/src/routes/org/skills.ts:8
Function
orgUserSkillRoutes
(app: FastifyInstance)
apps/api/src/routes/org/user-skills.ts:10
Function
redeploy
()
apps/web/app/(app)/channels/page.tsx:135
Function
redeployAll
()
apps/web/components/admin/member-table.tsx:191
Function
resolveTargetMember
(request: any, reply: any)
apps/api/src/routes/org/api-keys.ts:238
Function
save
()
apps/web/app/(app)/skills/page.tsx:81
Function
session
({ session, token })
apps/web/lib/auth.ts:69
Function
stopGateway
()
apps/web/app/(app)/home/page.tsx:207
Function
superAdminRoutes
(app: FastifyInstance)
apps/api/src/routes/super-admin.ts:8
Function
toggleAll
()
apps/web/app/(app)/skills/page.tsx:65
← previous
101–185 of 185, ranked by callers