MCPcopy Create free account

hub / github.com/alanagoyal/docbase / functions

Functions180 in github.com/alanagoyal/docbase

↓ 92 callersFunctioncn
(...inputs: ClassValue[])
lib/utils.ts:4
↓ 55 callersFunctiontoast
({ ...props }: Toast)
components/ui/use-toast.ts:140
↓ 17 callersFunctioncreateClient
(cookieStore = cookies())
utils/supabase/server.ts:4
↓ 16 callersFunctioncreateClient
()
utils/supabase/client.ts:3
↓ 5 callersFunctiondispatch
(action: Action)
components/ui/use-toast.ts:131
↓ 4 callersFunctioncheckDomain
(action: () => void)
hooks/use-domain-check.tsx:11
↓ 4 callersFunctionformatMessage
(level: LogLevel, message: string, meta?: any)
lib/logger.ts:40
↓ 4 callersFunctionisTyping
()
utils/is-typing.ts:1
↓ 4 callersFunctionshouldLog
(level: LogLevel)
lib/logger.ts:19
↓ 4 callersFunctionshouldLog
(level: LogLevel, currentLevel: LogLevel)
lib/client-logger.ts:15
↓ 4 callersFunctionuseFormField
()
components/ui/form.tsx:42
↓ 3 callersFunctionuseDomainCheck
(domain: Domain | null)
hooks/use-domain-check.tsx:8
↓ 2 callersFunctionaddToRemoveQueue
(toastId: string)
components/ui/use-toast.ts:56
↓ 2 callersFunctionformatDate
(dateString: string | null)
components/links.tsx:83
↓ 2 callersFunctionformatRecipients
(recipients: string)
components/messages.tsx:63
↓ 2 callersFunctiongetColorForGroup
(index: number)
utils/group-colors.ts:17
↓ 2 callersFunctiongetFallbackOGImage
()
app/api/og/route.tsx:15
↓ 2 callersFunctionhandleInputChange
(newValue: string, isStreet: boolean)
components/places-autocomplete.tsx:105
↓ 2 callersFunctionhandleSelect
({ description }: { description: string })
components/places-autocomplete.tsx:90
↓ 2 callersFunctionhandleSignOut
()
components/command-menu.tsx:45
↓ 2 callersFunctionsignInWithEmail
(email: string)
components/magic-link.tsx:30
↓ 1 callersFunctionEmailTemplate
({ name, url, investor, fund, })
components/templates/email-form.tsx:15
↓ 1 callersFunctionEmailTemplate
({ emailContent, })
components/templates/email-investment.tsx:10
↓ 1 callersFunctionNewEmailTemplate
({ emailBody, })
components/templates/new-email.tsx:8
↓ 1 callersFunctioncreateClientLogger
()
lib/client-logger.ts:20
↓ 1 callersFunctioncreateLink
({ data, file, }: { data: LinkFormValues file: File | null })
components/link-form.tsx:127
↓ 1 callersFunctioncreateUrl
({ filePath, expirationSeconds, }: { filePath: string expirationSeconds: number })
components/link-form.tsx:113
↓ 1 callersFunctiondeleteEntity
()
components/account-form.tsx:334
↓ 1 callersFunctiondeleteLink
(linkId: string)
components/links.tsx:72
↓ 1 callersFunctiondeleteMessage
(messageId: string)
components/messages.tsx:96
↓ 1 callersFunctiondismiss
()
components/ui/use-toast.ts:148
↓ 1 callersFunctiondownloadDocument
(url: string)
components/documents.tsx:52
↓ 1 callersFunctionfetchEntities
()
components/account-form.tsx:88
↓ 1 callersFunctionfetchGroups
()
components/groups-form.tsx:68
↓ 1 callersFunctionfileToBase64
(file: File)
utils/parse-signature-block.ts:50
↓ 1 callersFunctionformatDate
(dateString: string | null)
components/documents.tsx:77
↓ 1 callersFunctionformatDate
(dateString: string | null)
components/contacts.tsx:175
↓ 1 callersFunctiongenId
()
components/ui/use-toast.ts:25
↓ 1 callersFunctiongenerateColorPalette
(count: number)
utils/group-colors.ts:1
↓ 1 callersFunctiongetEditLink
(document: Document)
components/documents.tsx:42
↓ 1 callersFunctiongetLogLevel
()
lib/logger.ts:3
↓ 1 callersFunctiongetLogLevel
()
lib/client-logger.ts:3
↓ 1 callersFunctionhandleColorChange
(id: string, color: HslColor)
components/groups-form.tsx:123
↓ 1 callersFunctionhandleCopyLink
(documentId: string)
components/documents.tsx:57
↓ 1 callersFunctionhandleCopyLink
(linkId: string)
components/links.tsx:56
↓ 1 callersFunctionhandleGroupChange
( index: number, field: keyof Group, value: string )
components/groups-form.tsx:82
↓ 1 callersFunctionhandleItemClick
(item: any)
components/command-menu.tsx:82
↓ 1 callersFunctionhandleRemoveGroup
(id: string)
components/groups-form.tsx:93
↓ 1 callersFunctionhslStringToObject
(hslString: string)
components/groups-form.tsx:26
↓ 1 callersFunctionisTyping
()
components/command-menu.tsx:22
↓ 1 callersFunctionisValidEmail
(email: string)
utils/validation.ts:1
↓ 1 callersFunctionlinkUrl
(document: Document)
components/documents.tsx:73
↓ 1 callersFunctionlinkUrl
(link: Link)
components/links.tsx:94
↓ 1 callersFunctionlogin
(formData: LoginFormData)
app/login/actions.ts:8
↓ 1 callersFunctiononDelete
(id: string)
components/contacts.tsx:135
↓ 1 callersFunctionparseSignatureBlock
(file: File)
utils/parse-signature-block.ts:6
↓ 1 callersFunctionprocessCompany
(data: AccountFormValues, contactId: string | null)
components/account-form.tsx:283
↓ 1 callersFunctionprocessContact
(data: AccountFormValues)
components/account-form.tsx:172
↓ 1 callersFunctionprocessFund
(data: AccountFormValues, contactId: string | null)
components/account-form.tsx:230
↓ 1 callersFunctionredactSecrets
(obj: any)
lib/logger.ts:25
↓ 1 callersFunctionreducer
(state: State, action: Action)
components/ui/use-toast.ts:72
↓ 1 callersFunctionrenderAdditionalFields
()
components/account-form.tsx:435
↓ 1 callersFunctionsignup
(formData: SignupFormData)
app/signup/actions.ts:7
↓ 1 callersFunctionuseGoogleMapsApi
()
hooks/use-google-maps.ts:3
↓ 1 callersFunctionuseToast
()
components/ui/use-toast.ts:169
↓ 1 callersFunctionvalidateEnvironmentVariables
()
lib/env-validation.ts:13
FunctionAccount
({ account, domain }: { account: User, domain: Domain })
components/account.tsx:14
FunctionAccountForm
({ account }: { account: User })
components/account-form.tsx:56
FunctionAccountPage
()
app/account/page.tsx:6
FunctionAlertDialogFooter
({ className, ...props }: React.HTMLAttributes<HTMLDivElement>)
components/ui/alert-dialog.tsx:62
FunctionAlertDialogHeader
({ className, ...props }: React.HTMLAttributes<HTMLDivElement>)
components/ui/alert-dialog.tsx:48
FunctionAnalytics
({ allViewers, uniqueViewers, allViews }: { allViewers: number, uniqueViewers: number, allViews: ViewerData[]
components/analytics.tsx:8
FunctionAnalyticsPage
({ params, }: { params: { id: string } })
app/analytics/[id]/page.tsx:9
FunctionAuthRefresh
()
components/auth-refresh.tsx:7
FunctionBadge
({ className, variant, ...props }: BadgeProps)
components/ui/badge.tsx:30
FunctionCalendar
({ className, classNames, showOutsideDays = true, ...props }: CalendarProps)
components/ui/calendar.tsx:12
FunctionCommandDialog
({ children, ...props }: CommandDialogProps)
components/ui/command.tsx:28
FunctionCommandMenu
()
components/command-menu.tsx:32
FunctionCommandShortcut
({ className, ...props }: React.HTMLAttributes<HTMLSpanElement>)
components/ui/command.tsx:136
FunctionContactForm
({ existingContact, account, groups, onSuccess, }: ContactFormProps)
components/contact-form.tsx:53
FunctionContacts
()
app/contacts/page.tsx:7
FunctionContactsTable
({ contacts, account, domain, groups, }: { contacts: Contact[] account: User domain: Domain | nu
components/contacts.tsx:56
FunctionDialogFooter
({ className, ...props }: React.HTMLAttributes<HTMLDivElement>)
components/ui/dialog.tsx:71
FunctionDialogHeader
({ className, ...props }: React.HTMLAttributes<HTMLDivElement>)
components/ui/dialog.tsx:57
FunctionDoc
({ params }: { params: { id: string } })
app/links/view/[id]/page.tsx:41
FunctionDocuments
({ documents }: { documents: Document[] })
components/documents.tsx:40
FunctionDocumentsPage
()
app/documents/page.tsx:9
FunctionDomainForm
({ account, domain, }: { account: User domain: Domain | null })
components/domain-form.tsx:48
FunctionDropdownMenuShortcut
({ className, ...props }: React.HTMLAttributes<HTMLSpanElement>)
components/ui/dropdown-menu.tsx:171
FunctionEditLink
({ params }: { params: { id: string } })
app/links/edit/[id]/page.tsx:11
FunctionEntitySelector
({ entities, selectedEntity, onSelectChange, entityType, disabled, }: EntitySelectorProps)
components/entity-selector.tsx:20
FunctionFormField
({ ...props }: ControllerProps<TFieldValues, TName>)
components/ui/form.tsx:29
FunctionGET
(request: NextRequest)
app/auth/confirm/route.ts:5
FunctionGET
(request: Request)
app/api/og/route.tsx:63
FunctionGroupsDialog
({ isOpen, onClose, userId, onGroupsChange }: GroupsDialogProps)
components/groups-form.tsx:38
FunctionHead
()
app/head.tsx:3
FunctionIndexPage
()
app/page.tsx:7
FunctionLink
({ params }: { params: { id: string } })
app/links/new/page.tsx:5
FunctionLinkForm
({ link, account, }: { link: Link account: User })
components/link-form.tsx:73
FunctionLinks
({ links, account }: { links: Link[]; account: User })
components/links.tsx:40
next →1–100 of 180, ranked by callers