MCPcopy Create free account

hub / github.com/0010aor/FlashNotes / types & classes

Types & classes158 in github.com/0010aor/FlashNotes

↓ 19 callersClassUserCreate
backend/src/users/schemas.py:19
↓ 12 callersClassAIGenerationError
Exception raised when AI generation fails.
backend/src/ai_models/gemini/exceptions.py:1
↓ 10 callersClassCardCreate
backend/src/flashcards/schemas.py:25
↓ 9 callersClassCollectionCreate
backend/src/flashcards/schemas.py:12
↓ 7 callersClassCard
backend/src/flashcards/models.py:24
↓ 6 callersClassCollection
backend/src/flashcards/models.py:11
↓ 6 callersClassPracticeCardResultPatch
backend/src/flashcards/schemas.py:131
↓ 5 callersClassCardUpdate
backend/src/flashcards/schemas.py:29
↓ 4 callersClassCollectionUpdate
backend/src/flashcards/schemas.py:16
↓ 3 callersClassCardBasicStats
backend/src/stats/schemas.py:22
↓ 3 callersClassPracticeCard
backend/src/flashcards/models.py:56
↓ 3 callersClassPracticeSession
backend/src/flashcards/models.py:37
↓ 3 callersClassPracticeSessionStats
backend/src/stats/schemas.py:13
↓ 2 callersClassAIUsageQuota
backend/src/users/schemas.py:32
↓ 2 callersClassCard
backend/src/flashcards/schemas.py:34
↓ 2 callersClassCollectionBasicInfo
backend/src/stats/schemas.py:7
↓ 2 callersClassPracticeCard
backend/src/flashcards/schemas.py:80
↓ 2 callersClassPracticeCardResponse
backend/src/flashcards/schemas.py:106
↓ 2 callersClassUserUpdate
backend/src/users/schemas.py:14
↓ 1 callersClassAIFlashcard
backend/src/flashcards/schemas.py:112
↓ 1 callersClassAIFlashcardCollection
backend/src/flashcards/schemas.py:117
↓ 1 callersClassAIUsageQuota
backend/src/users/models.py:32
↓ 1 callersClassCardBase
backend/src/flashcards/schemas.py:20
↓ 1 callersClassCardList
backend/src/flashcards/schemas.py:50
↓ 1 callersClassCollection
backend/src/flashcards/schemas.py:39
↓ 1 callersClassCollectionList
backend/src/flashcards/schemas.py:45
↓ 1 callersClassCollectionStats
backend/src/stats/schemas.py:29
↓ 1 callersClassEmptyCollectionError
Raised when trying to create a practice session for an empty collection
backend/src/flashcards/exceptions.py:7
↓ 1 callersClassGeminiProvider
Provider for Google's Gemini AI model.
backend/src/ai_models/gemini/provider.py:14
↓ 1 callersClassPracticeCardListResponse
backend/src/flashcards/schemas.py:126
↓ 1 callersClassPracticeSession
backend/src/flashcards/schemas.py:89
↓ 1 callersClassPracticeSessionList
backend/src/flashcards/schemas.py:101
↓ 1 callersClassSettings
backend/src/core/config.py:25
↓ 1 callersClassToken
backend/src/auth/schemas.py:4
↓ 1 callersClassTokenPayload
backend/src/auth/schemas.py:9
Class
frontend/src/client/sdk.gen.ts:47
Class
frontend/src/client/sdk.gen.ts:420
Class
frontend/src/client/sdk.gen.ts:443
Class
frontend/src/client/sdk.gen.ts:471
Class
frontend/src/client/core/ApiError.ts:4
Class
frontend/src/client/core/OpenAPI.ts:8
Class
frontend/src/client/core/CancelablePromise.ts:1
Class
frontend/src/client/core/CancelablePromise.ts:20
Class
frontend/src/repositories/collection/LocalCollectionRepository.ts:25
Class
frontend/src/repositories/collection/ApiCollectionRepository.ts:5
Class
frontend/src/repositories/card/LocalCardRepository.ts:15
Class
frontend/src/repositories/card/ApiCardRepository.ts:5
Class
frontend/src/repositories/practiceSession/ApiPracticeSessionRepository.ts:5
Class
frontend/src/repositories/practiceSession/LocalPracticeSessionRepository.ts:32
Class
frontend/src/repositories/stats/ApiStatsRepository.ts:5
Class
frontend/src/repositories/stats/LocalStatsRepository.ts:5
Class
frontend/src/db/flashcardsDB.ts:46
InterfaceAiDialogProps
frontend/src/components/commonUI/AiPromptDialog.tsx:21
ClassApiCardRepository
frontend/src/repositories/card/ApiCardRepository.ts:5
ClassApiCollectionRepository
frontend/src/repositories/collection/ApiCollectionRepository.ts:5
ClassApiError
frontend/src/client/core/ApiError.ts:4
ClassApiPracticeSessionRepository
frontend/src/repositories/practiceSession/ApiPracticeSessionRepository.ts:5
ClassApiStatsRepository
frontend/src/repositories/stats/ApiStatsRepository.ts:5
InterfaceAuthContextType
frontend/src/hooks/useAuthContext.tsx:7
ClassCancelError
frontend/src/client/core/CancelablePromise.ts:1
ClassCancelablePromise
frontend/src/client/core/CancelablePromise.ts:20
InterfaceCardData
frontend/src/hooks/useCard.ts:7
InterfaceCardEditorProps
frontend/src/components/cards/CardEditor.tsx:8
InterfaceCardHeaderProps
frontend/src/components/cards/CardHeader.tsx:6
InterfaceCardListItemProps
frontend/src/components/cards/CardIListtem.tsx:8
InterfaceCardRepository
frontend/src/repositories/card/CardRepository.ts:3
InterfaceCollectionActionHeaderProps
frontend/src/components/collections/CollectionActionHeader.tsx:10
ClassCollectionBase
backend/src/flashcards/schemas.py:8
InterfaceCollectionDialogProps
frontend/src/components/collections/CollectionDialog.tsx:16
InterfaceCollectionKebabMenuProps
frontend/src/components/collections/CollectionKebabMenu.tsx:10
InterfaceCollectionListItemProps
frontend/src/components/collections/CollectionListItem.tsx:9
InterfaceCollectionRepository
frontend/src/repositories/collection/CollectionRepository.ts:3
InterfaceColorModeButtonProps
frontend/src/components/ui/color-mode.tsx:49
InterfaceColorModeProviderProps
frontend/src/components/ui/color-mode.tsx:11
InterfaceContributor
frontend/src/routes/_publicLayout/thanks.tsx:17
InterfaceDialogContentProps
frontend/src/components/ui/dialog.tsx:5
InterfaceDrawerContentProps
frontend/src/components/ui/drawer.tsx:5
InterfaceEditorToolbarProps
frontend/src/components/commonUI/RichText/EditorToolbar.tsx:18
InterfaceEmptyStateProps
frontend/src/components/commonUI/EmptyState.tsx:3
InterfaceErrorResponse
frontend/src/hooks/useAuth.ts:17
InterfaceFailedCardData
frontend/src/components/stats/MostFailedCards.tsx:10
InterfaceFileRouteTypes
frontend/src/routeTree.gen.ts:285
InterfaceFileRoutesByFullPath
frontend/src/routeTree.gen.ts:241
InterfaceFileRoutesById
frontend/src/routeTree.gen.ts:269
InterfaceFileRoutesByPath
frontend/src/routeTree.gen.ts:107
InterfaceFileRoutesByTo
frontend/src/routeTree.gen.ts:255
ClassFlashcardsDB
frontend/src/db/flashcardsDB.ts:46
ClassFlashcardsException
Base exception for flashcards module
backend/src/flashcards/exceptions.py:1
ClassFlashcardsService
frontend/src/client/sdk.gen.ts:47
InterfaceFloatingActionButtonProps
frontend/src/components/commonUI/FloatingActionButton.tsx:3
InterfaceFooterProps
frontend/src/components/commonUI/Footer.tsx:6
ClassInterceptors
frontend/src/client/core/OpenAPI.ts:8
InterfaceLanguageSelectorProps
frontend/src/components/commonUI/LanguageSelector.tsx:11
InterfaceLayoutRouteChildren
frontend/src/routeTree.gen.ts:197
InterfaceLoadingStateProps
frontend/src/components/commonUI/LoadingState.tsx:4
InterfaceLocalCard
frontend/src/db/flashcardsDB.ts:12
ClassLocalCardRepository
frontend/src/repositories/card/LocalCardRepository.ts:15
InterfaceLocalCollection
frontend/src/db/flashcardsDB.ts:3
ClassLocalCollectionRepository
frontend/src/repositories/collection/LocalCollectionRepository.ts:25
InterfaceLocalPracticeCard
frontend/src/db/flashcardsDB.ts:36
next →1–100 of 158, ranked by callers