Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/100xdevs-cohort-2/zapier-week-33
/ functions
Functions
28 in github.com/100xdevs-cohort-2/zapier-week-33
⨍
Functions
28
◇
Types & classes
1
↓ 4 callers
Function
parse
(text: string, values: any, startDelimeter = "{", endDelimeter = "}")
worker/src/parser.ts:2
↓ 1 callers
Function
main
()
processor/src/index.ts:13
↓ 1 callers
Function
main
()
worker/src/index.ts:18
↓ 1 callers
Function
main
()
primary-backend/prisma/seed.ts:5
↓ 1 callers
Function
sendEmail
(to: string, body: string)
worker/src/email.ts:17
↓ 1 callers
Function
sendSol
(to: string, amount: string)
worker/src/solana.ts:7
↓ 1 callers
Function
useAvailableActionsAndTriggers
()
frontend/app/zap/create/page.tsx:13
↓ 1 callers
Function
useZaps
()
frontend/app/dashboard/page.tsx:37
Function
Appbar
()
frontend/components/Appbar.tsx:6
Function
Check
()
frontend/components/Feature.tsx:23
Function
CheckFeature
({label}: { label: string; })
frontend/components/CheckFeature.tsx:2
Function
CheckMark
()
frontend/components/CheckFeature.tsx:13
Function
DarkButton
({ children, onClick, size = "small" }: { children: ReactNode, onClick: () => void, size?: "big" |
frontend/components/buttons/DarkButton.tsx:3
Function
EmailSelector
({setMetadata}: { setMetadata: (params: any) => void; })
frontend/app/zap/create/page.tsx:190
Function
Feature
({title, subtitle}: { title: string, subtitle: string })
frontend/components/Feature.tsx:3
Function
Hero
()
frontend/components/Hero.tsx:7
Function
HeroVideo
()
frontend/components/HeroVideo.tsx:2
Function
Home
()
frontend/app/page.tsx:5
Function
Input
({label, placeholder, onChange, type = "text"}: { label: string; placeholder: string; onChange: (e
frontend/components/Input.tsx:3
Function
LinkButton
({ children, onClick }: { children: ReactNode, onClick: () => void })
frontend/components/buttons/LinkButton.tsx:5
Function
Modal
({ index, onSelect, availableItems }: { index: number, onSelect: (props: null | { name: string; id: string; me
frontend/app/zap/create/page.tsx:125
Function
PrimaryButton
({ children, onClick, size = "small" }: { children: ReactNode, onClick: () => void, size?: "big" |
frontend/components/buttons/PrimaryButton.tsx:3
Function
RootLayout
({ children, }: Readonly<{ children: React.ReactNode; }>)
frontend/app/layout.tsx:12
Function
SecondaryButton
({ children, onClick, size = "small" }: { children: ReactNode, onClick: () => void, size?: "big" |
frontend/components/buttons/SecondaryButton.tsx:3
Function
SolanaSelector
({setMetadata}: { setMetadata: (params: any) => void; })
frontend/app/zap/create/page.tsx:210
Function
ZapCell
({ name, index, onClick }: { name?: string; index: number; onClick: () => void; })
frontend/components/ZapCell.tsx:2
Function
ZapTable
({ zaps }: {zaps: Zap[]})
frontend/app/dashboard/page.tsx:80
Function
authMiddleware
(req: Request, res: Response, next: NextFunction)
primary-backend/src/middleware.ts:5