MCPcopy Create free account

hub / github.com/0010aor/FlashNotes / functions

Functions539 in github.com/0010aor/FlashNotes

↓ 1 callersFunctiondeleteCard
(collectionId: string, id: string)
frontend/src/services/cards.ts:27
↓ 1 callersMethoddeleteCard
* Delete Card * @param data The data for the request. * @param data.collectionId * @param data.cardId * @returns void Successful Response
frontend/src/client/sdk.gen.ts:274
↓ 1 callersMethoddeleteCollection
* Delete Collection * @param data The data for the request. * @param data.collectionId * @returns void Successful Response * @throws ApiEr
frontend/src/client/sdk.gen.ts:147
↓ 1 callersFunctiondeleteSessionAndPracticeCards
(sessionId: string)
frontend/src/data/localDB/practiceSessions.ts:30
↓ 1 callersFunctiondelete_card
(session: Session, card: Card)
backend/src/flashcards/services.py:180
↓ 1 callersFunctiondelete_collection
(session: Session, collection: Collection)
backend/src/flashcards/services.py:85
↓ 1 callersFunctionencodePair
(key: string, value: unknown)
frontend/src/client/core/request.ts:47
↓ 1 callersFunctionfetchCard
()
frontend/src/hooks/useCard.ts:36
↓ 1 callersFunctiongetCardById
(collectionId: string, id: string)
frontend/src/services/cards.ts:11
↓ 1 callersFunctiongetCardRepository
(isGuest: boolean)
frontend/src/repositories/card/CardRepositoryFactory.ts:5
↓ 1 callersFunctiongetCards
(collectionId: string)
frontend/src/services/cards.ts:7
↓ 1 callersFunctiongetCollectionRepository
(isGuest: boolean)
frontend/src/repositories/collection/CollectionRepositoryFactory.ts:5
↓ 1 callersMethodgetCollectionStatisticsEndpoint
* Get Collection Statistics Endpoint * @param data The data for the request. * @param data.collectionId * @param data.limit Maximum number of
frontend/src/client/sdk.gen.ts:452
↓ 1 callersFunctiongetCollectionStats
( collectionId: string, limit = 30, )
frontend/src/services/stats.ts:7
↓ 1 callersMethodgetCollectionStats
(collectionId: string, limit?: number)
frontend/src/repositories/stats/StatsRepository.ts:4
↓ 1 callersFunctiongetColorPalette
(percent: number)
frontend/src/components/ui/password-input.tsx:138
↓ 1 callersFunctiongetCorrectCount
(sessionId: string)
frontend/src/data/localDB/practiceSessions.ts:141
↓ 1 callersFunctiongetFormData
(options: ApiRequestOptions)
frontend/src/client/core/request.ts:84
↓ 1 callersFunctiongetHeaders
( config: OpenAPIConfig, options: ApiRequestOptions<T>, )
frontend/src/client/core/request.ts:123
↓ 1 callersFunctiongetLocalCollectionStats
(collectionId: string)
frontend/src/data/localDB/stats.ts:5
↓ 1 callersMethodgetNextCard
(sessionId: string)
frontend/src/repositories/practiceSession/PracticeSessionRepository.ts:5
↓ 1 callersMethodgetPracticeCardsForSession
(sessionId: string)
frontend/src/repositories/practiceSession/LocalPracticeSessionRepository.ts:39
↓ 1 callersFunctiongetPracticeSessionRepository
(isGuest: boolean)
frontend/src/repositories/practiceSession/PracticeSessionRepositoryFactory.ts:5
↓ 1 callersFunctiongetPracticedCount
(sessionId: string)
frontend/src/data/localDB/practiceSessions.ts:134
↓ 1 callersFunctiongetQueryString
(params: Record<string, unknown>)
frontend/src/client/core/request.ts:40
↓ 1 callersFunctiongetRequestBody
(options: ApiRequestOptions)
frontend/src/client/core/request.ts:180
↓ 1 callersFunctiongetResponseBody
(response: AxiosResponse<unknown>)
frontend/src/client/core/request.ts:238
↓ 1 callersFunctiongetResponseHeader
( response: AxiosResponse<unknown>, responseHeader?: string, )
frontend/src/client/core/request.ts:225
↓ 1 callersFunctiongetStatsRepository
(isGuest: boolean)
frontend/src/repositories/stats/StatsRepositoryFactory.ts:5
↓ 1 callersFunctiongetTextColor
(currentLength: number)
frontend/src/components/commonUI/TextCounter.tsx:8
↓ 1 callersFunctiongetUncompletedSession
( collectionId: string, )
frontend/src/data/localDB/practiceSessions.ts:20
↓ 1 callersFunctiongetUrl
(config: OpenAPIConfig, options: ApiRequestOptions)
frontend/src/client/core/request.ts:68
↓ 1 callersFunctionget_card_config
(schema_type)
backend/src/flashcards/ai_config.py:51
↓ 1 callersFunctionget_flashcard_config
(schema_type)
backend/src/flashcards/ai_config.py:44
↓ 1 callersFunctionget_superuser_token_headers
(client: TestClient)
backend/tests/utils/utils.py:17
↓ 1 callersFunctionhandleClose
()
frontend/src/routes/_layout/collections/$collectionId/cards/$cardId.tsx:37
↓ 1 callersFunctionhandleSubmit
()
frontend/src/components/collections/CollectionListItem.tsx:24
↓ 1 callersFunctionhandleSubmit
()
frontend/src/components/collections/CollectionDialog.tsx:27
↓ 1 callersFunctionhasCardContentChanged
(originalCard: CardData, modifiedCard: CardData)
frontend/src/hooks/useCard.ts:13
↓ 1 callersFunctioninit
()
backend/src/initial_data.py:11
↓ 1 callersFunctioninit
(db_engine: Engine)
backend/src/backend_pre_start.py:22
↓ 1 callersFunctionisFormData
(value: unknown)
frontend/src/client/core/request.ts:23
↓ 1 callersMethodlistPracticeCards
* List Practice Cards * List practice cards for a session, optionally filtering and ordering. * @param data The data for the request. * @para
frontend/src/client/sdk.gen.ts:371
↓ 1 callersMethodloginAccessToken
* Login Access Token * @param data The data for the request. * @param data.formData * @returns Token Successful Response * @throws ApiErro
frontend/src/client/sdk.gen.ts:428
↓ 1 callersFunctionmain
()
backend/src/initial_data.py:16
↓ 1 callersFunctionmain
()
backend/src/backend_pre_start.py:32
↓ 1 callersFunctionmain
()
backend/tests/tests_pre_start.py:32
↓ 1 callersFunctionpasswordRules
(isRequired = true)
frontend/src/utils.ts:20
↓ 1 callersMethodreadCard
* Read Card * @param data The data for the request. * @param data.collectionId * @param data.cardId * @returns Card Successful Response
frontend/src/client/sdk.gen.ts:223
↓ 1 callersMethodreadCards
* Read Cards * @param data The data for the request. * @param data.collectionId * @param data.skip * @param data.limit * @returns CardL
frontend/src/client/sdk.gen.ts:171
↓ 1 callersMethodreadCollection
* Read Collection * @param data The data for the request. * @param data.collectionId * @returns Collection Successful Response * @throws A
frontend/src/client/sdk.gen.ts:100
↓ 1 callersMethodreadCollections
* Read Collections * @param data The data for the request. * @param data.skip * @param data.limit * @returns CollectionList Successful Res
frontend/src/client/sdk.gen.ts:56
↓ 1 callersMethodregisterUser
* Register User * Create new user without the need to be logged in. * @param data The data for the request. * @param data.requestBody * @r
frontend/src/client/sdk.gen.ts:493
↓ 1 callersFunctionrepo
()
frontend/src/services/stats.ts:5
↓ 1 callersFunctionrun_migrations_offline
Run migrations in 'offline' mode. This configures the context with just a URL and not an Engine, though an Engine is acceptable here as w
backend/src/alembic/env.py:36
↓ 1 callersFunctionrun_migrations_online
Run migrations in 'online' mode. In this scenario we need to create an Engine and associate a connection with the context.
backend/src/alembic/env.py:56
↓ 1 callersMethodstart
(collectionId: string)
frontend/src/repositories/practiceSession/PracticeSessionRepository.ts:4
↓ 1 callersFunctionstartPracticeSession
(collectionId: string)
frontend/src/services/practiceSessions.ts:7
↓ 1 callersMethodstartPracticeSession
* Start Practice Session * Start a new practice session for a collection * @param data The data for the request. * @param data.requestBody
frontend/src/client/sdk.gen.ts:298
↓ 1 callersFunctionstripHtml
(html: string)
frontend/src/components/stats/MostFailedCards.tsx:6
↓ 1 callersFunctionstripHtml
(html: string)
frontend/src/utils/text.ts:1
↓ 1 callersFunctionsubmitPracticeCardResult
( sessionId: string, cardId: string, isCorrect: boolean, )
frontend/src/services/practiceSessions.ts:17
↓ 1 callersMethodthen
( onFulfilled?: ((value: T) => TResult1 | PromiseLike<TResult1>) | null, onRejected?: ((reason: unknow
frontend/src/client/core/CancelablePromise.ts:87
↓ 1 callersFunctiontoPracticeSession
( local: LocalPracticeSession, practiceCardsList: PracticeCardResponse[], )
frontend/src/repositories/practiceSession/LocalPracticeSessionRepository.ts:6
↓ 1 callersFunctionupdateCard
( collectionId: string, id: string, data: CardUpdate, )
frontend/src/services/cards.ts:19
↓ 1 callersMethodupdateCard
* Update Card * @param data The data for the request. * @param data.collectionId * @param data.cardId * @param data.requestBody * @retu
frontend/src/client/sdk.gen.ts:248
↓ 1 callersFunctionupdateCollection
(id: string, data: CollectionUpdate)
frontend/src/services/collections.ts:19
↓ 1 callersMethodupdateCollection
* Update Collection * @param data The data for the request. * @param data.collectionId * @param data.requestBody * @returns Collection Suc
frontend/src/client/sdk.gen.ts:123
↓ 1 callersMethodupdatePracticeCardResult
* Update Practice Card Result * Update the result (is_correct) for a practiced card. * @param data The data for the request. * @param data.pr
frontend/src/client/sdk.gen.ts:401
↓ 1 callersFunctionupdateSessionStatsAfterPractice
(sessionId: string)
frontend/src/data/localDB/practiceSessions.ts:148
↓ 1 callersFunctionupdate_collection
( session: Session, collection: Collection, collection_in: CollectionUpdate )
backend/src/flashcards/services.py:72
↓ 1 callersFunctionupdate_user
(*, session: Session, db_user: User, user_in: UserUpdate)
backend/src/users/services.py:25
↓ 1 callersFunctionuseLanguageSelection
()
frontend/src/components/commonUI/LanguageSelector.tsx:15
↓ 1 callersFunctionusePracticeSession
(collectionId: string)
frontend/src/hooks/usePracticeSession.ts:21
↓ 1 callersFunctionuser_authentication_headers
( *, client: TestClient, email: str, password: str )
backend/tests/utils/user.py:11
FunctionAiPromptDialog
({ isOpen, onClose, onSubmit, isLoading, title, placeholder, })
frontend/src/components/commonUI/AiPromptDialog.tsx:32
FunctionAnalyticsConsent
()
frontend/src/components/commonUI/AnalyticsConsent.tsx:9
FunctionAuthProvider
({ children }: { children: React.ReactNode })
frontend/src/hooks/useAuthContext.tsx:16
FunctionCardComponent
()
frontend/src/routes/_layout/collections/$collectionId/cards/$cardId.tsx:15
FunctionCardEditor
({ side, isFlipped, frontEditor, backEditor }: CardEditorProps)
frontend/src/components/cards/CardEditor.tsx:15
FunctionCardHeader
({ side, onFlip, onSave }: CardHeaderProps)
frontend/src/components/cards/CardHeader.tsx:12
FunctionCardListItem
({ card, onDelete }: CardListItemProps)
frontend/src/components/cards/CardIListtem.tsx:13
FunctionCardSkeleton
()
frontend/src/components/commonUI/CardSkeleton.tsx:5
FunctionCollectionActionHeader
({ collectionId, cardCount, onGenerateAICard, }: CollectionActionHeaderProps)
frontend/src/components/collections/CollectionActionHeader.tsx:16
FunctionCollectionComponent
()
frontend/src/routes/_layout/collections/$collectionId/index.tsx:26
FunctionCollectionDialog
({ isOpen, onClose, onSubmit })
frontend/src/components/collections/CollectionDialog.tsx:22
FunctionCollectionKebabMenu
({ collectionId, onDelete, onRename }: CollectionKebabMenuProps)
frontend/src/components/collections/CollectionKebabMenu.tsx:16
FunctionCollectionListItem
({ collection, onDelete, onRename }: CollectionListItemProps)
frontend/src/components/collections/CollectionListItem.tsx:15
FunctionCollectionListItem
({ collection, onNavigate, }: { collection: Collection; onNavigate: () => void })
frontend/src/components/commonUI/Drawer.tsx:23
FunctionCollections
()
frontend/src/routes/_layout/collections/index.tsx:28
FunctionColorModeIcon
()
frontend/src/components/ui/color-mode.tsx:44
FunctionColorModeProvider
(props: ColorModeProviderProps)
frontend/src/components/ui/color-mode.tsx:13
FunctionContributorCard
({ contributor }: { contributor: Contributor })
frontend/src/routes/_publicLayout/thanks.tsx:31
FunctionDrawer
({ isOpen, setIsOpen }: { isOpen: boolean; setIsOpen: (open: boolean) => void })
frontend/src/components/commonUI/Drawer.tsx:53
FunctionEditorToolbar
({ editor }: EditorToolbarProps)
frontend/src/components/commonUI/RichText/EditorToolbar.tsx:28
FunctionEmptyState
({ title, message }: EmptyStateProps)
frontend/src/components/commonUI/EmptyState.tsx:8
FunctionErrorState
({ error, onRetry }: { error?: Error; onRetry?: () => void })
frontend/src/components/commonUI/ErrorState.tsx:5
FunctionFeature
({ title, description, }: { title: string description: string })
frontend/src/routes/_publicLayout/index.tsx:107
FunctionFloatingActionButton
({ icon, onClick, position = 'right', bgColor = 'fbuttons.blue', 'aria-label': ariaLabel, isLoadin
frontend/src/components/commonUI/FloatingActionButton.tsx:12
FunctionFooter
({ version = '0.8', githubUrl = 'https://github.com/0010aor/FlashNotes', copyrightYear = new Date().getF
frontend/src/components/commonUI/Footer.tsx:12
← previousnext →101–200 of 539, ranked by callers