MCPcopy Create free account

hub / github.com/baturyilmaz/wordpecker-app / functions

Functions213 in github.com/baturyilmaz/wordpecker-app

↓ 1 callersFunctionloadSentences
()
frontend/src/pages/WordDetail.tsx:100
↓ 1 callersFunctionloadSimilarWords
()
frontend/src/pages/WordDetail.tsx:135
↓ 1 callersFunctionloadTemplatesFromFiles
()
backend/src/scripts/seedTemplatesFromFiles.ts:20
↓ 1 callersFunctionloadWordDetail
()
frontend/src/pages/WordDetail.tsx:83
↓ 1 callersFunctionloadWordLists
()
frontend/src/pages/WordDetail.tsx:167
↓ 1 callersFunctionloadWordLists
()
frontend/src/pages/GetNewWords.tsx:51
↓ 1 callersFunctionmigrateWordsToNewSchema
()
backend/src/scripts/migrateWords.ts:33
↓ 1 callersFunctiononClose
()
frontend/src/pages/WordLearningSession.tsx:46
↓ 1 callersFunctionrenderHighlightedContent
()
frontend/src/pages/ReadingPage.tsx:128
↓ 1 callersFunctionrenderQuestionComponent
()
frontend/src/components/QuestionRenderer.tsx:53
↓ 1 callersFunctionrenderWaveform
()
frontend/src/components/AudioPlayer.tsx:202
↓ 1 callersFunctionseedTemplates
()
backend/src/scripts/seedTemplates.ts:163
↓ 1 callersFunctionseedTemplatesFromFiles
()
backend/src/scripts/seedTemplatesFromFiles.ts:86
↓ 1 callersMethodsendMessage
(message: string)
frontend/src/agents/voice-agent/index.ts:179
↓ 1 callersFunctionshuffleArray
(array: T[])
backend/src/utils/arrayUtils.ts:6
↓ 1 callersFunctiontestImageAgent
()
backend/src/tests/test-image-agent.js:5
↓ 1 callersFunctiontogglePlayPause
()
frontend/src/components/AudioPlayer.tsx:157
↓ 1 callersMethodvalidateAnswer
(userAnswer: string, correctAnswer: string, context: string, baseLanguage: string, targetLanguage: string)
backend/src/api/words/agent-service.ts:23
FunctionAddWordModal
({ isOpen, onClose, onAddWord }: AddWordModalProps)
frontend/src/components/AddWordModal.tsx:34
FunctionApp
()
frontend/src/App.tsx:18
FunctionAudioPlayer
({ audioUrl, text = 'Audio content', size = 'md', minimal = false, showWaveform = true, loadingTex
frontend/src/components/AudioPlayer.tsx:43
FunctionCreateListModal
({ isOpen, onClose, onCreateList }: CreateListModalProps)
frontend/src/components/CreateListModal.tsx:36
FunctionFillBlankQuestion
({ question, selectedAnswer, onAnswerChange, isAnswered, isCorrect })
frontend/src/components/questions/FillBlankQuestion.tsx:17
FunctionFooter
()
frontend/src/components/Footer.tsx:3
FunctionGetNewWords
()
frontend/src/pages/GetNewWords.tsx:32
FunctionHeader
()
frontend/src/components/Header.tsx:6
FunctionImageDescription
()
frontend/src/pages/ImageDescription.tsx:47
FunctionLayout
({ children }: LayoutProps)
frontend/src/components/Layout.tsx:10
FunctionLearn
()
frontend/src/pages/Learn.tsx:44
FunctionListDetail
()
frontend/src/pages/ListDetail.tsx:64
FunctionLists
()
frontend/src/pages/Lists.tsx:45
FunctionMatchingQuestion
({ question, selectedAnswer, onAnswerChange, isAnswered })
frontend/src/components/questions/MatchingQuestion.tsx:21
FunctionMessageBubble
({ message, index })
frontend/src/pages/VoiceChat.tsx:189
FunctionMessageBubble
({ message })
frontend/src/agents/voice-agent/component.tsx:76
FunctionMultipleChoiceQuestion
({ question, selectedAnswer, onAnswerChange, isAnswered })
frontend/src/components/questions/MultipleChoiceQuestion.tsx:21
FunctionOverallProgress
({ words, size = 'md' })
frontend/src/components/ProgressIndicator.tsx:119
FunctionProgressIndicator
({ learnedPoint, size = 'md', showLabel = true, showBadge = true })
frontend/src/components/ProgressIndicator.tsx:13
FunctionPronunciationButton
({ text, type = 'general', language, // Will use user's target language if not provided context, siz
frontend/src/components/PronunciationButton.tsx:44
FunctionQuestionRenderer
({ question, selectedAnswer, onAnswerChange, isAnswered, isCorrect })
frontend/src/components/QuestionRenderer.tsx:34
FunctionQuiz
()
frontend/src/pages/Quiz.tsx:44
FunctionReadingPage
()
frontend/src/pages/ReadingPage.tsx:32
FunctionSentenceCompletionQuestion
({ question, selectedAnswer, onAnswerChange, isAnswered })
frontend/src/components/questions/SentenceCompletionQuestion.tsx:22
FunctionSettings
()
frontend/src/pages/Settings.tsx:45
FunctionStatusDisplay
({ status, isConnected })
frontend/src/pages/VoiceChat.tsx:54
FunctionStatusIndicator
({ status })
frontend/src/agents/voice-agent/component.tsx:40
FunctionTemplateLibrary
()
frontend/src/pages/TemplateLibrary.tsx:78
FunctionTrueFalseQuestion
({ question, selectedAnswer, onAnswerChange, isAnswered })
frontend/src/components/questions/TrueFalseQuestion.tsx:21
FunctionVoiceAgent
({ config, isOpen, onClose })
frontend/src/agents/voice-agent/component.tsx:133
FunctionVoiceChat
()
frontend/src/pages/VoiceChat.tsx:254
FunctionWordDetailPage
()
frontend/src/pages/WordDetail.tsx:44
FunctionWordLearningSession
()
frontend/src/pages/WordLearningSession.tsx:41
FunctionaddWordsToList
()
frontend/src/pages/ImageDescription.tsx:205
MethodcleanCache
* Clean old cache files (older than 7 days)
backend/src/services/elevenlabs.ts:370
FunctioncloseDB
()
backend/src/config/mongodb.ts:56
Methodconstructor
(questions: (Exercise | Question)[])
frontend/src/services/sessionService.ts:29
Methodconstructor
()
frontend/src/agents/voice-agent/index.ts:12
Methodconstructor
()
backend/src/services/elevenlabs.ts:57
FunctionerrorHandler
( err: AppError, req: Request, res: Response, next: NextFunction )
backend/src/middleware/errorHandler.ts:7
Functionexecute
({ word, meaning })
frontend/src/agents/voice-agent/tools.ts:14
Functionexecute
({ context, sessionId })
backend/src/agents/image-generation-agent/tools/generateAiImage.ts:16
MethodgetContextData
()
frontend/src/agents/voice-agent/index.ts:201
FunctiongetLanguageName
(code: string)
frontend/src/constants/languages.ts:26
FunctiongetLanguageName
(code: string)
backend/src/config/languages.ts:26
FunctiongetLanguageNativeName
(code: string)
frontend/src/constants/languages.ts:31
FunctiongetLanguageNativeName
(code: string)
backend/src/config/languages.ts:31
MethodgetSession
()
frontend/src/agents/voice-agent/index.ts:193
FunctionhandleAddSelectedWords
()
frontend/src/pages/WordDetail.tsx:179
FunctionhandleAddToList
()
frontend/src/pages/WordLearningSession.tsx:219
FunctionhandleAddWord
(word: string)
frontend/src/pages/ListDetail.tsx:119
FunctionhandleAnswer
()
frontend/src/pages/Quiz.tsx:172
FunctionhandleAnswer
()
frontend/src/pages/Learn.tsx:138
FunctionhandleAudioEnd
()
frontend/src/components/PronunciationButton.tsx:159
FunctionhandleAudioError
()
frontend/src/components/PronunciationButton.tsx:164
FunctionhandleBack
()
frontend/src/pages/ReadingPage.tsx:146
FunctionhandleBack
()
frontend/src/pages/WordDetail.tsx:284
FunctionhandleCanPlay
()
frontend/src/components/AudioPlayer.tsx:105
FunctionhandleClick
()
frontend/src/components/PronunciationButton.tsx:132
FunctionhandleCloneTemplate
()
frontend/src/pages/TemplateLibrary.tsx:154
FunctionhandleCreateList
(name: string, description: string, context: string)
frontend/src/pages/Lists.tsx:75
FunctionhandleDeleteList
()
frontend/src/pages/ListDetail.tsx:164
FunctionhandleDontKnowWord
()
frontend/src/pages/WordLearningSession.tsx:142
FunctionhandleEndChat
()
frontend/src/pages/VoiceChat.tsx:333
FunctionhandleEndConversation
()
frontend/src/agents/voice-agent/component.tsx:172
FunctionhandleEnded
()
frontend/src/components/AudioPlayer.tsx:114
FunctionhandleError
()
frontend/src/components/AudioPlayer.tsx:120
FunctionhandleGenerateLightReading
()
frontend/src/pages/ListDetail.tsx:188
FunctionhandleGenerateRandomContext
()
frontend/src/pages/GetNewWords.tsx:69
FunctionhandleGenerateRandomContext
()
frontend/src/pages/ImageDescription.tsx:90
FunctionhandleInterrupt
()
frontend/src/pages/VoiceChat.tsx:339
FunctionhandleKeyPress
(e: React.KeyboardEvent)
frontend/src/components/CreateListModal.tsx:80
FunctionhandleKeyPress
(e: React.KeyboardEvent)
frontend/src/components/AddWordModal.tsx:75
FunctionhandleKeyPress
(e: React.KeyboardEvent)
frontend/src/agents/voice-agent/component.tsx:188
FunctionhandleKnowWord
()
frontend/src/pages/WordLearningSession.tsx:137
FunctionhandleLoadStart
()
frontend/src/components/AudioPlayer.tsx:100
FunctionhandleMouseEnter
(e: Event)
frontend/src/pages/ReadingPage.tsx:76
FunctionhandleMouseLeave
()
frontend/src/pages/ReadingPage.tsx:95
FunctionhandleNext
()
frontend/src/pages/Quiz.tsx:239
FunctionhandleNext
()
frontend/src/pages/Learn.tsx:175
FunctionhandleStartChat
()
frontend/src/pages/VoiceChat.tsx:312
FunctionhandleStartLearning
()
frontend/src/pages/GetNewWords.tsx:99
← previousnext →101–200 of 213, ranked by callers