MCPcopy Index your code

hub / github.com/100xdevs-cohort-2/zapier-week-33 / functions

Functions28 in github.com/100xdevs-cohort-2/zapier-week-33

↓ 4 callersFunctionparse
(text: string, values: any, startDelimeter = "{", endDelimeter = "}")
worker/src/parser.ts:2
↓ 1 callersFunctionmain
()
processor/src/index.ts:13
↓ 1 callersFunctionmain
()
worker/src/index.ts:18
↓ 1 callersFunctionmain
()
primary-backend/prisma/seed.ts:5
↓ 1 callersFunctionsendEmail
(to: string, body: string)
worker/src/email.ts:17
↓ 1 callersFunctionsendSol
(to: string, amount: string)
worker/src/solana.ts:7
↓ 1 callersFunctionuseAvailableActionsAndTriggers
()
frontend/app/zap/create/page.tsx:13
↓ 1 callersFunctionuseZaps
()
frontend/app/dashboard/page.tsx:37
FunctionAppbar
()
frontend/components/Appbar.tsx:6
FunctionCheck
()
frontend/components/Feature.tsx:23
FunctionCheckFeature
({label}: { label: string; })
frontend/components/CheckFeature.tsx:2
FunctionCheckMark
()
frontend/components/CheckFeature.tsx:13
FunctionDarkButton
({ children, onClick, size = "small" }: { children: ReactNode, onClick: () => void, size?: "big" |
frontend/components/buttons/DarkButton.tsx:3
FunctionEmailSelector
({setMetadata}: { setMetadata: (params: any) => void; })
frontend/app/zap/create/page.tsx:190
FunctionFeature
({title, subtitle}: { title: string, subtitle: string })
frontend/components/Feature.tsx:3
FunctionHero
()
frontend/components/Hero.tsx:7
FunctionHeroVideo
()
frontend/components/HeroVideo.tsx:2
FunctionHome
()
frontend/app/page.tsx:5
FunctionInput
({label, placeholder, onChange, type = "text"}: { label: string; placeholder: string; onChange: (e
frontend/components/Input.tsx:3
FunctionLinkButton
({ children, onClick }: { children: ReactNode, onClick: () => void })
frontend/components/buttons/LinkButton.tsx:5
FunctionModal
({ index, onSelect, availableItems }: { index: number, onSelect: (props: null | { name: string; id: string; me
frontend/app/zap/create/page.tsx:125
FunctionPrimaryButton
({ children, onClick, size = "small" }: { children: ReactNode, onClick: () => void, size?: "big" |
frontend/components/buttons/PrimaryButton.tsx:3
FunctionRootLayout
({ children, }: Readonly<{ children: React.ReactNode; }>)
frontend/app/layout.tsx:12
FunctionSecondaryButton
({ children, onClick, size = "small" }: { children: ReactNode, onClick: () => void, size?: "big" |
frontend/components/buttons/SecondaryButton.tsx:3
FunctionSolanaSelector
({setMetadata}: { setMetadata: (params: any) => void; })
frontend/app/zap/create/page.tsx:210
FunctionZapCell
({ name, index, onClick }: { name?: string; index: number; onClick: () => void; })
frontend/components/ZapCell.tsx:2
FunctionZapTable
({ zaps }: {zaps: Zap[]})
frontend/app/dashboard/page.tsx:80
FunctionauthMiddleware
(req: Request, res: Response, next: NextFunction)
primary-backend/src/middleware.ts:5