MCPcopy Create free account

hub / github.com/andymatuschak/orbit / functions

Functions744 in github.com/andymatuschak/orbit

↓ 1 callersFunctionreviewSessionManagerDeleteCurrentItem
( state: ReviewSessionManagerState, )
packages/app/src/reviewSessionManager.ts:109
↓ 1 callersFunctionreviewSessionManagerJumpToItem
( state: ReviewSessionManagerState, sessionItemIndex: number, )
packages/app/src/reviewSessionManager.ts:221
↓ 1 callersFunctionreviewSessionManagerMarkCurrentItem
( state: ReviewSessionManagerState, events: EventForEntity<Task>[], )
packages/app/src/reviewSessionManager.ts:65
↓ 1 callersFunctionreviewSessionManagerPushReviewAreaQueueItems
( state: ReviewSessionManagerState, queueItems: ReviewAreaItem[], )
packages/app/src/reviewSessionManager.ts:184
↓ 1 callersFunctionreviewSessionManagerUpdateSessionItems
( state: ReviewSessionManagerState, mutator: (sessionItems: ReviewItem[]) => ReviewItem[], )
packages/app/src/reviewSessionManager.ts:156
↓ 1 callersFunctionrun
( noteDirectory: string, interpreter: Interpreter, )
packages/interpreter/src/bin/run.ts:8
↓ 1 callersFunctionrun
(config: { orbitStorePath: string })
packages/interpreter/src/bin/migrateNoteSync.ts:64
↓ 1 callersFunctionrun
(config: { ingestible: Ingestible; orbitStorePath: string })
packages/ingester/src/bin/run.ts:7
↓ 1 callersFunctionscheduleUserNotificationIfNeeded
( record: UserEnumerationRecord, evaluationTimestampMillis: number, )
packages/backend/src/firebaseFunctions/notifier/notificationScheduler.ts:27
↓ 1 callersMethodsendPasswordResetEmail
(email: string)
packages/app/src/authentication/authenticationClient.ts:21
↓ 1 callersFunctionshouldSendReminderEmail
( nowTimestampMillis: number, sessionNotificationState: SessionNotificationState, )
packages/backend/src/notifications/reviewSessionEmails.ts:6
↓ 1 callersMethodsignInWithEmailAndPassword
(email: string, password: string)
packages/app/src/authentication/authenticationClient.ts:12
↓ 1 callersMethodsignOut
()
packages/app/src/authentication/authenticationClient.ts:13
↓ 1 callersFunctionstoreAttachment
( userID: string, id: AttachmentID, contents: Uint8Array, mimeType: AttachmentMIMEType, )
packages/backend/src/attachments.ts:89
↓ 1 callersFunctionstoreAttachmentAtURLIfNecessary
( userID: string, id: AttachmentID, url: string, )
packages/backend/src/attachments.ts:58
↓ 1 callersFunctionsubmitPendingActionsRecord
( actionsRecord: EmbeddedActionsRecord, apiClient: OrbitAPIClient, )
packages/app/src/embedded/embeddedNetworkQueue.ts:10
↓ 1 callersFunctionsupportsLoginTokenBroadcastChannel
()
packages/app/src/authentication/loginTokenBroadcastChannel.ts:4
↓ 1 callersFunctionterminateTestFirebaseApp
()
packages/backend/src/__tests__/firebaseTesting.ts:17
↓ 1 callersFunctiontrackPageView
(pathname: string, referrer: string | null)
packages/app/src/util/usePageViewTracking.web.ts:4
↓ 1 callersFunctiontransformTestEventsToHaveValidIDs
(events: Event[])
packages/store-shared/src/databaseTests.ts:404
↓ 1 callersMethodundo
( continuation?: (undoItem: ReviewSessionManagerUndoStackItem) => void, )
packages/app/src/reviewSessionManager.ts:35
↓ 1 callersFunctionunreachable
(_: never)
packages/backend/src/api/util/typedRouter.ts:243
↓ 1 callersFunctionupdateUserMetadata
( userID: string, userRecordUpdate: Partial<UserMetadata>, )
packages/backend/src/db/firebaseAccountData.ts:31
↓ 1 callersFunctionuseAccessCode
(authenticationClient: AuthenticationClient)
packages/app/src/app/(auth)/review.tsx:40
↓ 1 callersFunctionuseAnimatingStyles
(backIsRevealed: boolean)
packages/ui/src/components/Card.tsx:60
↓ 1 callersFunctionuseDatabaseManager
( authenticationClient: AuthenticationClient, )
packages/app/src/reviewSession/ReviewSession.tsx:44
↓ 1 callersFunctionuseEmbeddedHostState
()
packages/app/src/embedded/ipc/useEmbeddedHostState.ts:8
↓ 1 callersFunctionuseEmbeddedNetworkQueue
( authenticationStatus: EmbeddedAuthenticationStatus, apiClient: OrbitAPIClient, )
packages/app/src/embedded/embeddedNetworkQueue.ts:22
↓ 1 callersFunctionuseFocusState
(initialState: boolean)
packages/ui/src/components/TextInput.tsx:41
↓ 1 callersFunctionuseImageSize
( imageURL: string | null, containerSize: { width: number; height: number } | null, )
packages/ui/src/components/PromptFieldRenderer.tsx:253
↓ 1 callersFunctionuseImageURL
( contentField: TaskContentField, getURLForAttachmentID: (id: AttachmentID) => Promise<string | null>, )
packages/ui/src/components/PromptFieldRenderer.tsx:287
↓ 1 callersFunctionuseKeyDown
(onKeyDown: (event: KeydownEvent) => void)
packages/ui/src/components/hooks/useKey.ts:10
↓ 1 callersFunctionuseLoginTokenSubscription
( authenticationClient: Authentication.AuthenticationClient, )
packages/app/src/embedded/useEmbeddedAuthenticationState.ts:52
↓ 1 callersFunctionuseMarkdownItInstance
( withLatexSupport: boolean, )
packages/ui/src/components/PromptFieldRenderer/markdown.ts:6
↓ 1 callersFunctionusePageViewTracking
()
packages/app/src/util/usePageViewTracking.ts:1
↓ 1 callersFunctionuseRemoteTaskStates
({ apiClient, authenticationState, embeddedReviewItems, }: { apiClient: OrbitAPIClient; authenticati
packages/app/src/embedded/useRemoteTaskStates.ts:7
↓ 1 callersFunctionuseReviewItemQueue
( databaseManager: DatabaseManager2 | null, )
packages/app/src/reviewSession/ReviewSession.tsx:106
↓ 1 callersFunctionuseSignInSubroute
( authenticationClient: AuthenticationClient, )
packages/app/src/app/(auth)/login.tsx:27
↓ 1 callersMethoduserExistsWithEmail
(email: string)
packages/app/src/authentication/authenticationClient.ts:20
↓ 1 callersMethodvalidateEvents
(events: Events)
packages/store-shared/src/validation/eventsValidator.ts:10
↓ 1 callersFunctionvalidateURLPathParams
( path: string, request: express.Request, )
packages/backend/src/api/util/typedRouter.ts:190
↓ 1 callersFunctionwithCollectionDatabase
( ankiCollectionPath: string, continuation: (handle: AnkiCollectionDBHandle) => Promise<R>, )
packages/anki-import/src/ankiPkg/ankiCollection.ts:66
FunctionBasic
()
packages/ui/src/components/ReviewArea.stories.tsx:100
FunctionBasic
()
packages/ui/src/components/FadeView.stories.tsx:12
FunctionButtonInterior
( props: ButtonProps & { isHovered: boolean }, )
packages/ui/src/components/Button.tsx:54
FunctionCardStory
({ reviewItem, getURLForAttachmentID }: CardStoryProps)
packages/ui/src/components/Card.stories.tsx:25
FunctionClozePromptRenderer
({ backIsRevealed, accentColor, reviewItem, getURLForAttachmentID, }: ClozePromptRendererProps)
packages/ui/src/components/Card.tsx:314
FunctionColorSwatch
({ backgroundColor, foregroundColor1, foregroundColor2, cx, cy, }: { backgroundColor: string; fo
packages/ui/src/styles/colors.stories.tsx:150
FunctionColorTest
()
packages/ui/src/components/hooks/useTransitioningValue.stories.tsx:11
FunctionCompositionTest
({ colorPalette: { backgroundColor, accentColor, secondaryAccentColor, secondaryBackgroundCo
packages/ui/src/styles/colors.stories.tsx:245
FunctionCompositions
()
packages/ui/src/styles/colors.stories.tsx:335
FunctionContents
()
packages/app/src/app/learnMore.tsx:6
FunctionContents
()
packages/app/src/app/download.tsx:8
FunctionContinueWithUser
({ colorPalette, email, onContinueWithUser, }: ContinueWithUserProps)
packages/ui/src/components/ContinueWithUser.tsx:15
FunctionDebugGrid
({ shouldShowMajorDivisions, }: { shouldShowMajorDivisions?: boolean; })
packages/ui/src/components/DebugGrid.tsx:6
FunctionDownloadPage
()
packages/app/src/app/download.tsx:28
FunctionEmbeddedBanner
(props: EmbeddedBannerProps)
packages/app/src/embedded/EmbeddedBanner.tsx:51
FunctionEmbeddedPage
({ configuration, }: { configuration: EmbeddedScreenConfiguration; })
packages/app/src/app/(auth)/embed.tsx:302
FunctionEmbeddedPageDataWrapper
()
packages/app/src/app/(auth)/embed.tsx:488
FunctionEmbeddedScreenRenderer
({ onMark, containerSize, authenticationState, colorPalette, hostState, hasUncommittedActions, i
packages/app/src/app/(auth)/embed.tsx:99
FunctionFadeView
(props: FadeViewProps)
packages/ui/src/components/FadeView.tsx:18
FunctionGeneratePersonalAccessToken
()
packages/app/src/app/(auth)/settings.tsx:53
FunctionGrid
()
packages/ui/src/components/DebugGrid.stories.tsx:9
FunctionHeading
({ children }: { children: ReactNode })
packages/app/src/infoPage/InfoPageShared.tsx:22
FunctionHierarchy
()
packages/ui/src/styles/type.stories.tsx:42
FunctionHoverable
({ onHoverIn, onHoverOut, children, }: HoverableProps)
packages/ui/src/components/Hoverable.tsx:55
FunctionIconEntry
(props: { iconName: IconName })
packages/ui/src/components/Icon.stories.tsx:27
FunctionIconSwatch
(props: IconProps)
packages/ui/src/components/Icon.stories.tsx:12
FunctionIndex
()
packages/ui/src/components/Icon.stories.tsx:45
FunctionIndexLayout
()
packages/app/src/app/(index)/_layout.web.tsx:4
FunctionInfoPage
(props: InfoPageProps)
packages/app/src/infoPage/InfoPage.web.tsx:149
FunctionInfoPage
(props: InfoPageProps)
packages/app/src/infoPage/InfoPage.tsx:4
FunctionLargeLayout
(props: { width: number } & InfoPageProps)
packages/app/src/infoPage/InfoPage.web.tsx:23
FunctionLearnMorePage
()
packages/app/src/app/learnMore.tsx:130
FunctionLink
({ children, style, href, }: React.PropsWithChildren<LinkProps>)
packages/ui/src/components/Link.tsx:9
FunctionLoadingScreen
()
packages/app/src/reviewSession/LoadingScreen.tsx:5
FunctionLogin
()
packages/app/src/app/(auth)/login.tsx:119
FunctionMediumSize
()
packages/ui/src/components/Starburst.stories.tsx:237
FunctionMenu
({ colorPalette, isVisible, items, onClose, targetRef, }: React.PropsWithChildren<MenuProps>)
packages/ui/src/components/Menu.tsx:41
FunctionMenuItem
({ onPress, colorPalette, disabled, title }: MenuItemProps)
packages/ui/src/components/Menu.tsx:142
FunctionMenuStory
({ colorPalette }: { colorPalette: colors.ColorPalette })
packages/ui/src/components/Menu.stories.tsx:10
FunctionMultilineSamples
()
packages/ui/src/styles/type.stories.tsx:62
FunctionNativeClozeUnderline
(props: { containerStyle: StyleProp<ViewStyle>; underlineStyle: StyleProp<ViewStyle>; })
packages/ui/src/components/PromptFieldRenderer.tsx:155
FunctionOnboardingModalWeb
({ colorPalette, sizeClass, }: OnboardingModalProps)
packages/app/src/embedded/OnboardingModal.web.tsx:36
FunctionOverflowingPrompt
()
packages/ui/src/components/ReviewArea.stories.tsx:123
FunctionPage
()
packages/app/src/homeRedirect/homeRedirect.tsx:5
FunctionPalette
()
packages/ui/src/styles/colors.stories.tsx:200
FunctionParagraph
({ children }: { children: ReactNode })
packages/app/src/infoPage/InfoPageShared.tsx:38
FunctionProblem
()
packages/app/src/app/(auth)/settings.tsx:23
FunctionPromptContextLabel
({ provenance, size, style, accentColor, }: { provenance: TaskProvenance | null; size: "regular" |
packages/ui/src/components/Card.tsx:116
FunctionPromptStack
({ items, currentItemIndex, isShowingAnswer, getURLForAttachmentID, }: PromptStackProps)
packages/ui/src/components/ReviewArea.tsx:100
FunctionQAPromptRenderer
({ backIsRevealed, accentColor, reviewItem, getURLForAttachmentID, }: QAPromptRendererType)
packages/ui/src/components/Card.tsx:214
FunctionReviewAreaTemplate
({ colorKnobOffset, questionOverrideText, answerOverrideText, sourceContext, getURLForAttachmentID,
packages/ui/src/components/ReviewArea.stories.tsx:29
FunctionReviewMenuButton
({ colorPalette, items, }: { colorPalette: styles.colors.ColorPalette; items: MenuItemSpec[]; })
packages/app/src/reviewSession/ReviewSession.tsx:159
FunctionReviewSession
()
packages/app/src/reviewSession/ReviewSession.tsx:192
FunctionReviewSessionContainer
({ colorPalette, children, insets, }: ReviewSessionWrapperProps)
packages/app/src/ReviewSessionContainer.tsx:13
FunctionReviewSessionPage
()
packages/app/src/app/(auth)/review.tsx:56
FunctionReviewSize
()
packages/ui/src/components/Starburst.stories.tsx:241
FunctionReviewStarburstStory
({ itemCount, hasSeenItems, }: { itemCount: number; hasSeenItems: boolean; })
packages/ui/src/components/ReviewStarburst.stories.tsx:18
FunctionRootLayout
()
packages/app/src/app/_layout.tsx:9
← previousnext →401–500 of 744, ranked by callers