MCPcopy Create free account

hub / github.com/Nutlope/notesGPT / functions

Functions40 in github.com/Nutlope/notesGPT

↓ 14 callersFunctioncn
(...inputs: ClassValue[])
lib/utils.ts:4
↓ 3 callersFunctiongetAuthToken
()
app/auth.ts:3
↓ 3 callersFunctiongetUserId
(ctx: { auth: Auth })
convex/utils.ts:42
↓ 3 callersFunctionusePreloadedQueryWithAuth
(preloadedQuery: Preloaded<Query>)
lib/hooks.tsx:10
↓ 2 callersFunctionformatTime
(time: number)
app/record/page.tsx:81
↓ 1 callersFunctionformatTimestamp
(timestamp: number)
lib/utils.ts:21
↓ 1 callersFunctiongetCurrentFormattedDate
()
lib/utils.ts:8
↓ 1 callersFunctiongetTogetherClient
()
convex/whisper.ts:8
↓ 1 callersFunctionremoveActionItem
(actionId: any)
components/pages/recording/RecordingMobile.tsx:22
↓ 1 callersFunctionremoveActionItem
(actionId: any)
components/pages/recording/RecordingDesktop.tsx:28
↓ 1 callersFunctionremoveActionItem
(actionId: any)
app/dashboard/action-items/ais.tsx:17
↓ 1 callersFunctionstartRecording
()
app/record/page.tsx:28
↓ 1 callersFunctionstopRecording
()
app/record/page.tsx:61
FunctionActionItemsPage
({ preloadedItems, }: { preloadedItems: Preloaded<typeof api.notes.getActionItems>; })
app/dashboard/action-items/ais.tsx:9
FunctionBackgroundGradient
()
components/pages/home/Banner.tsx:50
FunctionBanner
()
components/pages/home/Banner.tsx:3
FunctionConvexClientProvider
({ children, }: { children: ReactNode; })
app/ConvexClientProvider.tsx:9
FunctionDashboardHomePage
({ preloadedNotes, }: { preloadedNotes: Preloaded<typeof api.notes.getNotes>; })
app/dashboard/dashboard.tsx:12
FunctionDashboardLayout
({ children }: { children: React.ReactNode })
app/record/layout.tsx:3
FunctionDashboardLayout
({ children }: { children: React.ReactNode })
app/recording/layout.tsx:3
FunctionDashboardLayout
({ children }: { children: React.ReactNode })
app/dashboard/layout.tsx:3
FunctionDeviceSection
()
components/pages/home/DeviceSection.tsx:3
FunctionDropdownMenuShortcut
({ className, ...props }: React.HTMLAttributes<HTMLSpanElement>)
components/ui/dropdown-menu.tsx:168
FunctionErrorBanner
()
components/ui/error-banner.tsx:1
FunctionFooter
()
components/ui/Footer.tsx:3
FunctionHeader
()
components/ui/Header.tsx:5
FunctionHomePage
()
app/page.tsx:5
FunctionMissingEnvVars
(props: { url: string })
app/record/page.tsx:156
FunctionPage
({ params: { id } }: { params: { id: Id<'notes'> } })
app/recording/[id]/page.tsx:7
FunctionPage
()
app/dashboard/action-items/page.tsx:6
FunctionRecordVoicePage
()
app/record/page.tsx:13
FunctionRecordedfileItemCard
({ title, count, _creationTime, _id, }: { title?: string; count: number; _creationTime: number;
components/pages/dashboard/RecordedfileItemCard.tsx:5
FunctionRecordingDesktop
({ note, actionItems, }: { note: Doc<'notes'>; actionItems: Doc<'actionItems'>[]; })
components/pages/recording/RecordingDesktop.tsx:9
FunctionRecordingMobile
({ note, actionItems, }: { note: Doc<'notes'>; actionItems: Doc<'actionItems'>[]; })
components/pages/recording/RecordingMobile.tsx:8
FunctionRecordingPage
({ preloadedNote, }: { preloadedNote: Preloaded<typeof api.notes.getNote>; })
app/recording/[id]/recording.tsx:9
FunctionRootLayout
({ children, }: { children: React.ReactNode; })
app/layout.tsx:38
FunctionServerDashboardHomePage
()
app/dashboard/page.tsx:6
FunctionUserNav
({ image, name, email, }: { image: string; name: string; email: string; })
components/ui/UserNav.tsx:19
FunctionhandleRecordClick
()
app/record/page.tsx:85
FunctionhandleSearch
(e: any)
app/dashboard/dashboard.tsx:24