MCPcopy Create free account

hub / github.com/SamuelZ12/longcut / functions

Functions698 in github.com/SamuelZ12/longcut

↓ 1 callersFunctionstripCodeFences
(raw: string)
app/api/chat/route.ts:23
↓ 1 callersFunctionstripReasoningBlocks
(content: string)
lib/ai-providers/minimax-adapter.ts:51
↓ 1 callersFunctionsyncAllSubscriptions
()
scripts/sync-all-subscriptions.ts:5
↓ 1 callersFunctionsyncSubscriptionFromStripe
(subscriptionId: string)
scripts/sync-subscription-from-stripe.ts:5
↓ 1 callersFunctiontestCancellationWebhook
(subscriptionId: string)
scripts/test-cancellation-webhook.ts:5
↓ 1 callersFunctiontidyWhitespace
(text: string)
app/api/notes/enhance/route.ts:44
↓ 1 callersFunctiontimestampCandidatesFromNumber
(source: number)
lib/timestamp-normalization.ts:96
↓ 1 callersFunctiontimestampCandidatesFromObject
(source: Record<string, unknown>)
lib/timestamp-normalization.ts:104
↓ 1 callersFunctiontimestampCandidatesFromString
(source: string)
lib/timestamp-normalization.ts:89
↓ 1 callersFunctiontranscriptToPlainText
(transcript: TranscriptSegment[])
app/api/generate-image/route.ts:66
↓ 1 callersMethodtranslate
(text: string, targetLanguage: string)
lib/translation/types.ts:13
↓ 1 callersFunctiontranslateAllFallbacks
()
components/ai-chat.tsx:358
↓ 1 callersMethodtranslateBatch
* Translate multiple texts in an optimized batch
lib/translation/llm-translate-client.ts:48
↓ 1 callersFunctiontranslateFollowUps
()
components/ai-chat.tsx:322
↓ 1 callersFunctiontranslateLabels
()
components/highlights-panel.tsx:76
↓ 1 callersFunctiontranslateLabels
()
components/image-cheatsheet-card.tsx:109
↓ 1 callersMethodtranslateLanguageGroup
* Translate a group of requests for a single language
lib/translation-batcher.ts:208
↓ 1 callersFunctiontranslatePresetLabels
()
components/ai-chat.tsx:286
↓ 1 callersFunctiontranslateQuestions
()
components/ai-chat.tsx:249
↓ 1 callersFunctionunsubscribe
()
app/unsubscribe/page.tsx:18
↓ 1 callersFunctionupdatePortalConfiguration
* Update an existing billing portal configuration
scripts/setup-stripe-portal.ts:225
↓ 1 callersFunctionupdatePosition
()
components/language-selector.tsx:331
↓ 1 callersFunctionupdateProductDescription
* Update product description
scripts/update-product-description.ts:88
↓ 1 callersFunctionupdateSession
(request: NextRequest)
lib/supabase/middleware.ts:4
↓ 1 callersFunctionuseElapsedTimer
(startTime: number | null)
lib/hooks/use-elapsed-timer.ts:8
↓ 1 callersFunctionuseInAppBrowser
()
lib/hooks/use-in-app-browser.ts:9
↓ 1 callersFunctionuseSubscription
({ user, onAuthRequired }: UseSubscriptionOptions)
lib/hooks/use-subscription.ts:55
↓ 1 callersFunctionuseTranscriptExport
({ videoId, transcript, topics, videoInfo, user, hasSpeakerData, subscriptionStatus, isCheckin
lib/hooks/use-transcript-export.ts:25
↓ 1 callersFunctionuseTranslation
()
lib/hooks/use-translation.ts:15
↓ 1 callersFunctionvalidateCSRF
(request: NextRequest)
lib/csrf-protection.ts:70
↓ 1 callersFunctionvalidateInternalApiKey
(req: NextRequest)
app/api/email/send-welcome/route.ts:20
↓ 1 callersFunctionvalidateRequiredEnvVars
()
scripts/validate-env.ts:47
↓ 1 callersFunctionvalidateStripePortalConfiguration
()
scripts/validate-env.ts:157
↓ 1 callersFunctionwithEnv
( values: Record<string, string | undefined>, run: () => Promise<T> )
lib/__tests__/topic-generation-fallback.test.ts:12
↓ 1 callersFunctionwithEnv
(values: Record<string, string | undefined>, run: () => Promise<T>)
lib/__tests__/validation.test.ts:4
↓ 1 callersFunctionwithMockFetch
(mockFetch: typeof fetch, run: () => Promise<T>)
lib/__tests__/topic-generation-fallback.test.ts:38
↓ 1 callersFunctionworker
()
app/api/translate/route.ts:105
↓ 1 callersFunctionwrapInCdata
(text: string)
app/api/notes/enhance/route.ts:40
FunctionAIChat
({ transcript, topics, videoId, videoTitle, videoInfo, onCitationClick, onTimestampClick, cach
components/ai-chat.tsx:118
FunctionAboutModal
({ open, onOpenChange }: AboutModalProps)
components/about-modal.tsx:11
FunctionAlert
({ className, variant, ...props }: React.ComponentProps<"div"> & VariantProps<typeof alertVariants>)
components/ui/alert.tsx:22
FunctionAlertDescription
({ className, ...props }: React.ComponentProps<"div">)
components/ui/alert.tsx:50
FunctionAlertTitle
({ className, ...props }: React.ComponentProps<"div">)
components/ui/alert.tsx:37
FunctionAllNotesPage
()
app/all-notes/page.tsx:128
FunctionAnalyzePage
()
app/analyze/[videoId]/page.tsx:169
FunctionAuthModal
({ open, onOpenChange, onSuccess, trigger = 'manual', currentVideoId }: AuthModalProps)
components/auth-modal.tsx:25
FunctionAuthProvider
({ children }: { children: React.ReactNode })
contexts/auth-context.tsx:16
FunctionAvatar
({ className, ...props }: React.ComponentProps<typeof AvatarPrimitive.Root>)
components/ui/avatar.tsx:8
FunctionAvatarFallback
({ className, ...props }: React.ComponentProps<typeof AvatarPrimitive.Fallback>)
components/ui/avatar.tsx:37
FunctionAvatarImage
({ className, ...props }: React.ComponentProps<typeof AvatarPrimitive.Image>)
components/ui/avatar.tsx:24
FunctionBadge
({ className, variant, asChild = false, ...props }: React.ComponentProps<"span"> & VariantProps<type
components/ui/badge.tsx:28
FunctionBillingToggle
({ value, onChange, }: { value: BillingPeriod onChange: (value: BillingPeriod) => void })
app/pricing/pricing-content.tsx:336
FunctionButton
({ className, variant, size, asChild = false, ...props }: React.ComponentProps<"button"> & Variant
components/ui/button.tsx:39
FunctionCard
({ className, ...props }: React.ComponentProps<"div">)
components/ui/card.tsx:5
FunctionCardAction
({ className, ...props }: React.ComponentProps<"div">)
components/ui/card.tsx:51
FunctionCardContent
({ className, ...props }: React.ComponentProps<"div">)
components/ui/card.tsx:64
FunctionCardDescription
({ className, ...props }: React.ComponentProps<"div">)
components/ui/card.tsx:41
FunctionCardFooter
({ className, ...props }: React.ComponentProps<"div">)
components/ui/card.tsx:74
FunctionCardHeader
({ className, ...props }: React.ComponentProps<"div">)
components/ui/card.tsx:18
FunctionCardTitle
({ className, ...props }: React.ComponentProps<"div">)
components/ui/card.tsx:31
FunctionChatMessageComponent
({ message, onCitationClick, onTimestampClick, onRetry, onSaveNote }: ChatMessageProps)
components/chat-message.tsx:37
FunctionDialog
({ ...props }: React.ComponentProps<typeof DialogPrimitive.Root>)
components/ui/dialog.tsx:9
FunctionDialogClose
({ ...props }: React.ComponentProps<typeof DialogPrimitive.Close>)
components/ui/dialog.tsx:27
FunctionDialogContent
({ className, children, showCloseButton = true, ...props }: React.ComponentProps<typeof DialogPrimitiv
components/ui/dialog.tsx:49
FunctionDialogDescription
({ className, ...props }: React.ComponentProps<typeof DialogPrimitive.Description>)
components/ui/dialog.tsx:119
FunctionDialogFooter
({ className, ...props }: React.ComponentProps<"div">)
components/ui/dialog.tsx:93
FunctionDialogHeader
({ className, ...props }: React.ComponentProps<"div">)
components/ui/dialog.tsx:83
FunctionDialogOverlay
({ className, ...props }: React.ComponentProps<typeof DialogPrimitive.Overlay>)
components/ui/dialog.tsx:33
FunctionDialogPortal
({ ...props }: React.ComponentProps<typeof DialogPrimitive.Portal>)
components/ui/dialog.tsx:21
FunctionDialogTitle
({ className, ...props }: React.ComponentProps<typeof DialogPrimitive.Title>)
components/ui/dialog.tsx:106
FunctionDialogTrigger
({ ...props }: React.ComponentProps<typeof DialogPrimitive.Trigger>)
components/ui/dialog.tsx:15
FunctionDropdownMenu
* Root component for the dropdown menu. * Provides the context and state for all other dropdown components.
components/ui/dropdown-menu.tsx:13
FunctionDropdownMenuCheckboxItem
({ className, children, checked, ...props }: React.ComponentProps<typeof DropdownMenuPrimitive.Checkbo
components/ui/dropdown-menu.tsx:93
FunctionDropdownMenuContent
({ className, sideOffset = 4, ...props }: React.ComponentProps<typeof DropdownMenuPrimitive.Content>)
components/ui/dropdown-menu.tsx:42
FunctionDropdownMenuGroup
({ ...props }: React.ComponentProps<typeof DropdownMenuPrimitive.Group>)
components/ui/dropdown-menu.tsx:62
FunctionDropdownMenuItem
({ className, inset, variant = "default", ...props }: React.ComponentProps<typeof DropdownMenuPrimitiv
components/ui/dropdown-menu.tsx:70
FunctionDropdownMenuLabel
({ className, inset, ...props }: React.ComponentProps<typeof DropdownMenuPrimitive.Label> & { inset?:
components/ui/dropdown-menu.tsx:154
FunctionDropdownMenuPortal
* Portals the dropdown content into a different part of the DOM tree. * Useful for escaping overflow-hidden containers.
components/ui/dropdown-menu.tsx:23
FunctionDropdownMenuRadioGroup
({ ...props }: React.ComponentProps<typeof DropdownMenuPrimitive.RadioGroup>)
components/ui/dropdown-menu.tsx:119
FunctionDropdownMenuRadioItem
({ className, children, ...props }: React.ComponentProps<typeof DropdownMenuPrimitive.RadioItem>)
components/ui/dropdown-menu.tsx:130
FunctionDropdownMenuSeparator
({ className, ...props }: React.ComponentProps<typeof DropdownMenuPrimitive.Separator>)
components/ui/dropdown-menu.tsx:174
FunctionDropdownMenuShortcut
({ className, ...props }: React.ComponentProps<"span">)
components/ui/dropdown-menu.tsx:187
FunctionDropdownMenuSub
({ ...props }: React.ComponentProps<typeof DropdownMenuPrimitive.Sub>)
components/ui/dropdown-menu.tsx:203
FunctionDropdownMenuSubContent
({ className, ...props }: React.ComponentProps<typeof DropdownMenuPrimitive.SubContent>)
components/ui/dropdown-menu.tsx:233
FunctionDropdownMenuSubTrigger
({ className, inset, children, ...props }: React.ComponentProps<typeof DropdownMenuPrimitive.SubTrigge
components/ui/dropdown-menu.tsx:209
FunctionDropdownMenuTrigger
({ ...props }: React.ComponentProps<typeof DropdownMenuPrimitive.Trigger>)
components/ui/dropdown-menu.tsx:31
FunctionFooter
()
components/footer.tsx:8
FunctionGET
(request: Request)
app/auth/callback/route.ts:5
FunctionHighlightsPanel
({ topics, selectedTopic, onTopicSelect, onPlayTopic, onSeek, onPlayAll, isPlayingAll, current
components/highlights-panel.tsx:44
FunctionHome
()
app/page.tsx:13
FunctionHomeContent
()
app/page.tsx:21
FunctionImageCheatsheetCard
({ transcript, videoId, videoTitle, videoAuthor, isAuthenticated, onRequestSignIn, onImageGenera
components/image-cheatsheet-card.tsx:76
FunctionInput
({ className, type, ...props }: React.ComponentProps<"input">)
components/ui/input.tsx:9
FunctionLabel
({ className, ...props }: React.ComponentProps<typeof LabelPrimitive.Root>)
components/ui/label.tsx:8
FunctionLanguageSelector
({ activeTab, selectedLanguage, availableLanguages = [], currentSourceLanguage, isAuthenticated = fa
components/language-selector.tsx:44
FunctionLanguageSelectorMenu
({ chevronRef, menuRef, filteredLanguages, selectedLanguage, currentSourceLanguage, isAuthenticate
components/language-selector.tsx:311
FunctionLoadingContext
({ videoInfo, preview }: LoadingContextProps)
components/loading-context.tsx:13
FunctionLoadingTips
()
components/loading-tips.tsx:40
FunctionModeSelector
({ value, onChange }: ModeSelectorProps)
components/mode-selector.tsx:35
FunctionMyVideosPage
()
app/my-videos/page.tsx:6
← previousnext →401–500 of 698, ranked by callers