MCPcopy Create free account

hub / github.com/Krish120003/zercel / functions

Functions72 in github.com/Krish120003/zercel

↓ 47 callersFunctioncn
(...inputs: ClassValue[])
apps/web/src/lib/utils.ts:4
↓ 4 callersFunctionuseFormField
()
apps/web/src/components/ui/form.tsx:44
↓ 3 callersFunctionrequestBuild
( deployment: Deployment, github_clone_url: string, sha?: string, )
apps/web/src/server/lib/build.ts:16
↓ 3 callersFunctionrequestServerBuild
( site: Site, deployment: Deployment, github_clone_url: string, sha?: string, )
apps/web/src/server/lib/serverBuild.ts:83
↓ 2 callersFunctioncreateQueryClient
()
apps/web/src/trpc/query-client.ts:7
↓ 2 callersFunctioncreateTRPCContext
(opts: { headers: Headers })
apps/web/src/server/api/trpc.ts:30
↓ 2 callersFunctionhandleChange
(index: number, field: keyof EnvVar)
apps/web/src/components/env-variable.tsx:120
↓ 2 callersFunctionhandleSaveChanges
(triggerBuild: boolean)
apps/web/src/app/site/_components/env-manager.tsx:47
↓ 1 callersFunctioncreateContext
(req: NextRequest)
apps/web/src/app/api/trpc/[trpc]/route.ts:12
↓ 1 callersFunctiongetBaseUrl
()
apps/web/src/trpc/react.tsx:72
↓ 1 callersFunctiongetBulidDockerfile
(envVars: Record<string, string>)
apps/web/src/server/lib/serverBuild.ts:23
↓ 1 callersFunctiongetJobLogs
(exeutionName: string)
apps/web/src/server/lib/build.ts:95
↓ 1 callersFunctiongetJobStatus
(operationName: string)
apps/web/src/server/lib/build.ts:85
↓ 1 callersFunctiongetQueryClient
()
apps/web/src/trpc/react.tsx:14
↓ 1 callersFunctiongetServerBuildLogs
(jobName: string)
apps/web/src/server/lib/serverBuild.ts:332
↓ 1 callersFunctiongetServerBuildStatus
(jobName: string)
apps/web/src/server/lib/serverBuild.ts:314
↓ 1 callersFunctiongetSha
(subdomain: string)
apps/router/src/index.ts:25
↓ 1 callersFunctiongetStatusBadge
(status: string)
apps/web/src/app/site/_components/deployment-item.tsx:20
↓ 1 callersFunctionremoveVar
(index: number)
apps/web/src/components/env-variable.tsx:116
FunctionAuthButton
({ children, loggedIn, ...props }: { children?: React.ReactNode; loggedIn?: boolean; } & ButtonProps
apps/web/src/app/_components/auth-button.tsx:7
FunctionBadge
({ className, variant, ...props }: BadgeProps)
apps/web/src/components/ui/badge.tsx:30
FunctionButton
({ children, className, appName }: ButtonProps)
packages/ui/src/button.tsx:11
FunctionCard
({ className, title, children, href, }: { className?: string; title: string; children: React.Rea
packages/ui/src/card.tsx:3
FunctionCode
({ children, className, }: { children: React.ReactNode; className?: string; })
packages/ui/src/code.tsx:3
FunctionDeploy
({ first }: { first: boolean })
apps/web/src/app/page.tsx:17
FunctionDeployForm
({ repoDetails }: DeployFormProps)
apps/web/src/app/deploy/_components/deploy-form.tsx:45
FunctionDeploymentItem
({ deployment }: { deployment: Deployment })
apps/web/src/app/site/_components/deployment-item.tsx:59
FunctionDeploymentList
({ siteId, initialSiteData, }: DeploymentListProps)
apps/web/src/app/site/_components/deployment-list.tsx:15
FunctionDialogFooter
({ className, ...props }: React.HTMLAttributes<HTMLDivElement>)
apps/web/src/components/ui/dialog.tsx:70
FunctionDialogHeader
({ className, ...props }: React.HTMLAttributes<HTMLDivElement>)
apps/web/src/components/ui/dialog.tsx:56
FunctionDropdownMenuShortcut
({ className, ...props }: React.HTMLAttributes<HTMLSpanElement>)
apps/web/src/components/ui/dropdown-menu.tsx:171
FunctionEnvManager
({ siteId, initialEnvVars = [] }: EnvManagerProps)
apps/web/src/app/site/_components/env-manager.tsx:19
FunctionEnvVariables
({ initalEnvVars, onEnvVarsChange, mode = "deploy", }: EnvVariablesProps)
apps/web/src/components/env-variable.tsx:28
FunctionFooter
()
apps/web/src/app/_components/landing.tsx:136
FunctionFormField
({ ...props }: ControllerProps<TFieldValues, TName>)
apps/web/src/components/ui/form.tsx:31
FunctionGET
(req: NextRequest)
apps/web/src/app/api/favicon/route.ts:4
FunctionGET
(request: Request)
apps/web/src/app/api/github/webhook/route.ts:92
FunctionHeroGraphic
()
apps/web/src/app/_components/landing.tsx:61
FunctionHome
({ newMode = false }: HomeProps)
apps/web/src/app/page.tsx:48
FunctionLandingPage
()
apps/web/src/app/_components/landing.tsx:102
FunctionLogo
({ className = "h-6 w-6" }: { className?: string })
apps/web/src/app/_components/landing.tsx:8
FunctionModeToggle
()
apps/web/src/components/theme-toggle.tsx:15
FunctionNav
()
apps/web/src/app/_components/landing.tsx:21
FunctionNewsBanner
()
apps/web/src/components/news-banner.tsx:6
FunctionNonPropLink
({ onClick, ...props }: NonPropLinkProps)
apps/web/src/app/_components/project-item.tsx:11
FunctionNotFound
()
apps/web/src/app/404/page.tsx:11
FunctionPOST
(request: NextRequest)
apps/web/src/app/api/github/webhook/route.ts:101
FunctionPOST
(request: NextRequest)
apps/web/src/app/api/builder/eventarc/route.ts:3
FunctionPOST
(request: NextRequest)
apps/web/src/app/api/builder/callback/route.ts:25
FunctionPage
({ searchParams, }: { searchParams: Promise<Record<string, string | string[] | undefined>>; })
apps/web/src/app/page.tsx:86
FunctionPage
({ searchParams, }: { searchParams: Promise<Record<string, string | string[] | undefined>>; })
apps/web/src/app/deploy/page.tsx:10
FunctionPage
({ searchParams, }: { searchParams: Promise<Record<string, string | string[] | undefined>>; })
apps/web/src/app/site/page.tsx:15
FunctionProjectItem
({ project }: ProjectItemProps)
apps/web/src/app/_components/project-item.tsx:24
FunctionRepositoryList
({ initialRepos, appLink }: RepositoryListProps)
apps/web/src/app/_components/repository-list.tsx:17
FunctionRootLayout
({ children, }: Readonly<{ children: React.ReactNode }>)
apps/web/src/app/layout.tsx:18
FunctionSkeleton
({ className, ...props }: React.HTMLAttributes<HTMLDivElement>)
apps/web/src/components/ui/skeleton.tsx:3
FunctionSubdomainListItem
({ subdomain, siteId }: SubdomainListItemProps)
apps/web/src/app/site/_components/subdomain-manager.tsx:21
FunctionSubdomainManager
({ siteId, subdomains, }: SubdomainManagerProps)
apps/web/src/app/site/_components/subdomain-manager.tsx:78
FunctionTRPCReactProvider
(props: { children: React.ReactNode })
apps/web/src/trpc/react.tsx:39
FunctionThemeProvider
({ children, ...props }: React.ComponentProps<typeof NextThemesProvider>)
apps/web/src/components/theme-provider.tsx:6
FunctionToaster
({ ...props }: ToasterProps)
apps/web/src/components/ui/sonner.tsx:8
FunctionaddMore
()
apps/web/src/components/env-variable.tsx:112
FunctionerrorFormatter
({ shape, error })
apps/web/src/server/api/trpc.ts:50
Functiongenerator
(plop: PlopTypes.NodePlopAPI)
packages/ui/turbo/generators/config.ts:5
FunctionhandleAddSubdomain
(e: React.FormEvent)
apps/web/src/app/site/_components/subdomain-manager.tsx:97
FunctionhandleClick
(e: React.MouseEvent<HTMLAnchorElement>)
apps/web/src/app/_components/project-item.tsx:12
FunctionhandleRemoveSubdomain
()
apps/web/src/app/site/_components/subdomain-manager.tsx:34
FunctionhandleRepoPush
(request: NextRequest)
apps/web/src/app/api/github/webhook/route.ts:131
FunctionhandleSubmit
(values: z.infer<typeof formSchema>)
apps/web/src/app/deploy/_components/deploy-form.tsx:70
Functionhandler
(req: NextRequest)
apps/web/src/app/api/trpc/[trpc]/route.ts:18
FunctiononError
(err)
apps/web/src/app/deploy/_components/deploy-form.tsx:65
FunctiononSuccess
(data)
apps/web/src/app/deploy/_components/deploy-form.tsx:62