MCPcopy Create free account

hub / github.com/Rishwantthi/ConnectWave / functions

Functions154 in github.com/Rishwantthi/ConnectWave

↓ 196 callersFunctioncn
(...inputs: ClassValue[])
client/src/lib/utils.ts:4
↓ 7 callersFunctionupdateVoiceSetting
(key: keyof typeof voiceSettings, value: any)
client/src/components/text-to-speech/index.tsx:65
↓ 6 callersMethodstop
()
client/src/hooks/use-speech-recognition.ts:38
↓ 5 callersFunctiondispatch
(action: Action)
client/src/hooks/use-toast.ts:133
↓ 4 callersFunctiongetSelectedVoice
()
client/src/components/text-to-speech/index.tsx:147
↓ 4 callersMethodstart
()
client/src/hooks/use-speech-recognition.ts:37
↓ 4 callersFunctionuseCarousel
()
client/src/components/ui/carousel.tsx:33
↓ 4 callersFunctionuseFormField
()
client/src/components/ui/form.tsx:42
↓ 4 callersFunctionuseSidebar
()
client/src/components/ui/sidebar.tsx:39
↓ 3 callersFunctiongetPayloadConfigFromPayload
( config: ChartConfig, payload: unknown, key: string )
client/src/components/ui/chart.tsx:318
↓ 3 callersFunctionhandleToggleSetting
(setting: keyof typeof settings)
client/src/components/speech-to-text/index.tsx:73
↓ 2 callersFunctionaddToRemoveQueue
(toastId: string)
client/src/hooks/use-toast.ts:58
↓ 2 callersFunctionapiRequest
( method: string, url: string, data?: unknown | undefined, )
client/src/lib/queryClient.ts:10
↓ 2 callersFunctionformatDate
(date: Date)
client/src/lib/utils.ts:15
↓ 2 callersFunctionformatDuration
(seconds: number | null)
client/src/components/call-history/index.tsx:53
↓ 2 callersFunctiongetModeLabel
(mode: string)
client/src/components/call-history/index.tsx:61
↓ 2 callersFunctionlog
(message: string, source = "express")
server/vite.ts:14
↓ 2 callersFunctionsetOpen
(newOpen: boolean)
client/src/components/ui/offline-tutorial.tsx:30
↓ 2 callersFunctionthrowIfResNotOk
(res: Response)
client/src/lib/queryClient.ts:3
↓ 2 callersFunctionuseChart
()
client/src/components/ui/chart.tsx:25
↓ 2 callersFunctionuseSpeechRecognition
(language: string = 'en-US')
client/src/hooks/use-speech-recognition.ts:68
↓ 2 callersFunctionuseSpeechSynthesis
(language: string = 'en-US')
client/src/hooks/use-speech-synthesis.ts:10
↓ 1 callersMethodcreateCallLog
(callLog: InsertCallLog)
server/storage.ts:30
↓ 1 callersMethodcreateCallMessage
(message: InsertCallMessage)
server/storage.ts:35
↓ 1 callersMethodcreatePhrase
(phrase: InsertPhrase)
server/storage.ts:24
↓ 1 callersMethodcreateUser
(insertUser: InsertUser)
server/storage.ts:75
↓ 1 callersMethoddeletePhrase
(id: number)
server/storage.ts:25
↓ 1 callersFunctiondetectSignLanguage
( videoElement: HTMLVideoElement, canvasElement: HTMLCanvasElement )
client/src/lib/sign-detection.ts:35
↓ 1 callersFunctiondismiss
()
client/src/hooks/use-toast.ts:150
↓ 1 callersFunctionformatCallDuration
(seconds: number)
client/src/components/phone-call/index.tsx:425
↓ 1 callersFunctiongenId
()
client/src/hooks/use-toast.ts:27
↓ 1 callersMethodgetCallLog
(id: number)
server/storage.ts:29
↓ 1 callersMethodgetCallLogsByUserId
(userId: number)
server/storage.ts:28
↓ 1 callersMethodgetCallMessages
(callId: number)
server/storage.ts:34
↓ 1 callersFunctiongetFeaturesForMode
(mode: 'stt' | 'tts' | 'call' | 'sign')
client/src/components/ui/offline-tutorial.tsx:206
↓ 1 callersMethodgetPhrasesByUserId
(userId: number)
server/storage.ts:23
↓ 1 callersFunctiongetQueryFn
({ on401: unauthorizedBehavior })
client/src/lib/queryClient.ts:30
↓ 1 callersFunctiongetTitleForMode
(mode: 'stt' | 'tts' | 'call' | 'sign')
client/src/components/ui/offline-tutorial.tsx:191
↓ 1 callersFunctionhandleClose
()
client/src/components/ui/offline-tutorial.tsx:39
↓ 1 callersFunctionhandleDeletePhrase
(id: number)
client/src/components/text-to-speech/index.tsx:128
↓ 1 callersFunctionhandleSpeakSavedPhrase
(phraseText: string)
client/src/components/text-to-speech/index.tsx:132
↓ 1 callersFunctionhandleViewCall
(callId: number)
client/src/components/call-history/index.tsx:70
↓ 1 callersFunctiononChange
()
client/src/hooks/use-mobile.tsx:10
↓ 1 callersMethodpopulateDemoData
()
server/storage.ts:165
↓ 1 callersFunctionreducer
(state: State, action: Action)
client/src/hooks/use-toast.ts:74
↓ 1 callersFunctionregisterRoutes
(app: Express)
server/routes.ts:13
↓ 1 callersFunctionserveStatic
(app: Express)
server/vite.ts:73
↓ 1 callersFunctionsetupVite
(app: Express, server: Server)
server/vite.ts:25
↓ 1 callersMethodupdateCallLog
(id: number, updateData: UpdateCallLog)
server/storage.ts:31
↓ 1 callersFunctionupdateVoices
()
client/src/hooks/use-speech-synthesis.ts:21
↓ 1 callersFunctionuseIsMobile
()
client/src/hooks/use-mobile.tsx:5
↓ 1 callersFunctionuseOfflineStatus
()
client/src/components/ui/offline-indicator.tsx:75
↓ 1 callersFunctionuseToast
()
client/src/hooks/use-toast.ts:171
↓ 1 callersFunctionuseWebcam
()
client/src/hooks/use-webcam.ts:3
FunctionActiveCallInterface
({ messages, responseInput, onResponseChange, onSendTextResponse, onSendVoiceResponse, onEndCall,
client/src/components/phone-call/index.tsx:657
FunctionAlertDialogFooter
({ className, ...props }: React.HTMLAttributes<HTMLDivElement>)
client/src/components/ui/alert-dialog.tsx:60
FunctionAlertDialogHeader
({ className, ...props }: React.HTMLAttributes<HTMLDivElement>)
client/src/components/ui/alert-dialog.tsx:46
FunctionApp
()
client/src/App.tsx:19
FunctionBadge
({ className, variant, ...props }: BadgeProps)
client/src/components/ui/badge.tsx:30
FunctionBreadcrumbEllipsis
({ className, ...props }: React.ComponentProps<"span">)
client/src/components/ui/breadcrumb.tsx:91
FunctionBreadcrumbSeparator
({ children, className, ...props }: React.ComponentProps<"li">)
client/src/components/ui/breadcrumb.tsx:75
FunctionCalendar
({ className, classNames, showOutsideDays = true, ...props }: CalendarProps)
client/src/components/ui/calendar.tsx:10
FunctionCallHistory
()
client/src/components/call-history/index.tsx:35
FunctionChartStyle
({ id, config }: { id: string; config: ChartConfig })
client/src/components/ui/chart.tsx:68
FunctionCommandDialog
({ children, ...props }: CommandDialogProps)
client/src/components/ui/command.tsx:26
FunctionCommandShortcut
({ className, ...props }: React.HTMLAttributes<HTMLSpanElement>)
client/src/components/ui/command.tsx:127
FunctionContextMenuShortcut
({ className, ...props }: React.HTMLAttributes<HTMLSpanElement>)
client/src/components/ui/context-menu.tsx:166
FunctionDialogFooter
({ className, ...props }: React.HTMLAttributes<HTMLDivElement>)
client/src/components/ui/dialog.tsx:68
FunctionDialogHeader
({ className, ...props }: React.HTMLAttributes<HTMLDivElement>)
client/src/components/ui/dialog.tsx:54
FunctionDrawer
({ shouldScaleBackground = true, ...props }: React.ComponentProps<typeof DrawerPrimitive.Root>)
client/src/components/ui/drawer.tsx:6
FunctionDrawerFooter
({ className, ...props }: React.HTMLAttributes<HTMLDivElement>)
client/src/components/ui/drawer.tsx:67
FunctionDrawerHeader
({ className, ...props }: React.HTMLAttributes<HTMLDivElement>)
client/src/components/ui/drawer.tsx:56
FunctionDropdownMenuShortcut
({ className, ...props }: React.HTMLAttributes<HTMLSpanElement>)
client/src/components/ui/dropdown-menu.tsx:169
FunctionFooter
()
client/src/components/ui/footer.tsx:1
FunctionFormField
({ ...props }: ControllerProps<TFieldValues, TName>)
client/src/components/ui/form.tsx:29
FunctionHeader
({ selectedLanguage, onLanguageChange }: HeaderProps)
client/src/components/ui/header.tsx:9
FunctionHome
()
client/src/pages/home.tsx:12
FunctionLanguageSelector
({ selectedLanguage, onChange }: LanguageSelectorProps)
client/src/components/ui/language-selector.tsx:8
FunctionMenubarShortcut
({ className, ...props }: React.HTMLAttributes<HTMLSpanElement>)
client/src/components/ui/menubar.tsx:201
FunctionModeTabs
({ activeMode, onModeChange }: ModeTabsProps)
client/src/components/ui/mode-tabs.tsx:10
FunctionNotFound
()
client/src/pages/not-found.tsx:4
FunctionOfflineIndicator
({ isOffline, mode, className = '' }: OfflineIndicatorProps)
client/src/components/ui/offline-indicator.tsx:12
FunctionOfflineTutorial
({ mode, trigger, open: controlledOpen, onOpenChange }: OfflineTutorialProps)
client/src/components/ui/offline-tutorial.tsx:22
FunctionPagination
({ className, ...props }: React.ComponentProps<"nav">)
client/src/components/ui/pagination.tsx:7
FunctionPaginationEllipsis
({ className, ...props }: React.ComponentProps<"span">)
client/src/components/ui/pagination.tsx:94
FunctionPaginationLink
({ className, isActive, size = "icon", ...props }: PaginationLinkProps)
client/src/components/ui/pagination.tsx:42
FunctionPaginationNext
({ className, ...props }: React.ComponentProps<typeof PaginationLink>)
client/src/components/ui/pagination.tsx:78
FunctionPaginationPrevious
({ className, ...props }: React.ComponentProps<typeof PaginationLink>)
client/src/components/ui/pagination.tsx:62
FunctionPhoneCallMode
({ language }: { language: string })
client/src/components/phone-call/index.tsx:18
FunctionPreCallInterface
({ onStartCall, onQuickResponse }: { onStartCall: (type: 'deaf' | 'mute' | 'both') => void; onQuic
client/src/components/phone-call/index.tsx:459
FunctionResizableHandle
({ withHandle, className, ...props }: React.ComponentProps<typeof ResizablePrimitive.PanelResizeHandle>
client/src/components/ui/resizable.tsx:21
FunctionResizablePanelGroup
({ className, ...props }: React.ComponentProps<typeof ResizablePrimitive.PanelGroup>)
client/src/components/ui/resizable.tsx:6
FunctionRouter
()
client/src/App.tsx:8
FunctionSettingToggle
({ label, description, checked, disabled = false, onCheckedChange }: { label: string; descr
client/src/components/speech-to-text/index.tsx:284
FunctionSheetFooter
({ className, ...props }: React.HTMLAttributes<HTMLDivElement>)
client/src/components/ui/sheet.tsx:89
FunctionSheetHeader
({ className, ...props }: React.HTMLAttributes<HTMLDivElement>)
client/src/components/ui/sheet.tsx:75
FunctionSignLanguageMode
()
client/src/components/sign-language/index.tsx:5
FunctionSkeleton
({ className, ...props }: React.HTMLAttributes<HTMLDivElement>)
client/src/components/ui/skeleton.tsx:3
FunctionSpeechToTextMode
({ language }: { language: string })
client/src/components/speech-to-text/index.tsx:9
FunctionTabButton
({ mode, label, icon, isActive, onClick }: TabButtonProps)
client/src/components/ui/mode-tabs.tsx:55
next →1–100 of 154, ranked by callers