MCPcopy Create free account

hub / github.com/dailydotdev/apps / functions

Functions6,160 in github.com/dailydotdev/apps

↓ 3 callersFunctionuseCoresFeature
()
packages/shared/src/hooks/useCoresFeature.ts:11
↓ 3 callersFunctionuseDebounce
(value: T, delay: number)
packages/shared/src/hooks/useDebounce.ts:3
↓ 3 callersFunctionuseDebouncedUrl
( callback: StartFn<string>, onValidate: StartFn<string, boolean>, delay = 1000, )
packages/shared/src/hooks/input/useDebouncedUrl.ts:5
↓ 3 callersFunctionuseDeleteComment
()
packages/shared/src/hooks/comments/useDeleteComment.ts:35
↓ 3 callersFunctionuseDirtyForm
( isDirty: boolean, options: UseDirtyFormOptions, )
packages/shared/src/hooks/useDirtyForm.ts:11
↓ 3 callersFunctionuseDragClickGuard
()
packages/shared/src/features/shortcuts/hooks/useDragClickGuard.ts:57
↓ 3 callersFunctionuseError
()
packages/shared/src/hooks/useError.ts:5
↓ 3 callersFunctionuseFileInput
({ onFiles, inputRef: inputRefProp, accept, multiple, disabled, name, id, capture, className
packages/shared/src/features/fileUpload/hooks/useFileInput.tsx:24
↓ 3 callersFunctionuseFollowContentPreferenceMutationSubscription
({ queryKey, }: UseFollowContentPreferenceMutationSubscriptionProps)
packages/shared/src/hooks/contentPreference/useFollowContentPreferenceMutationSubscription.ts:20
↓ 3 callersFunctionuseFollowingQuery
({ id, entity, feedId, limit = DEFAULT_FOLLOW_LIMIT, queryOptions, }: UseFollowingQueryProps)
packages/shared/src/hooks/contentPreference/useFollowingQuery.ts:41
↓ 3 callersFunctionuseGenerateUsername
( name: string | undefined, )
packages/shared/src/hooks/onboarding/useGenerateUsername.ts:14
↓ 3 callersFunctionuseGivebackCauseSelection
( enabled: boolean, )
packages/shared/src/features/giveback/hooks/useGivebackCauseSelection.ts:26
↓ 3 callersFunctionuseGivebackContribution
( enabled: boolean, )
packages/shared/src/features/giveback/hooks/useGivebackContribution.ts:27
↓ 3 callersFunctionuseHostStatus
()
packages/shared/src/hooks/useHostPermissionStatus.ts:15
↓ 3 callersFunctionuseIntegration
()
packages/shared/src/hooks/integrations/useIntegration.ts:39
↓ 3 callersFunctionuseInteractivePopup
(group?: string)
packages/shared/src/hooks/utils/useInteractivePopup.ts:22
↓ 3 callersFunctionuseIntercom
()
packages/webapp/hooks/useIntercom.ts:12
↓ 3 callersFunctionuseIsShortcutsHubEnabled
()
packages/shared/src/features/shortcuts/hooks/useIsShortcutsHubEnabled.ts:5
↓ 3 callersFunctionuseLeaveSquad
({ squad }: UseLeaveSquadProps)
packages/shared/src/hooks/useLeaveSquad.ts:26
↓ 3 callersFunctionuseLegacyPostLayoutOptOut
()
packages/shared/src/components/post/reader/hooks/useLegacyPostLayoutOptOut.ts:11
↓ 3 callersFunctionuseLogPageView
()
packages/shared/src/hooks/log/useLogPageView.ts:6
↓ 3 callersFunctionuseLogPostCreated
()
packages/shared/src/hooks/post/useLogPostCreated.ts:13
↓ 3 callersFunctionuseMemberRoleForSource
({ source, user, }: UseMemberRoleForSourceProps)
packages/shared/src/hooks/useMemberRoleForSource.ts:14
↓ 3 callersFunctionuseMultipleSourcePost
({ onSuccess, onError, }: UseMultipleSourcePostProps)
packages/shared/src/features/squads/hooks/useMultipleSourcePost.ts:57
↓ 3 callersFunctionuseMutateFilters
( user?: LoggedUser, feedId?: string, shouldFilterLocallyProp = false, )
packages/shared/src/hooks/useMutateFilters.ts:215
↓ 3 callersFunctionuseObjectPurify
( obj: T, props: UseObjectPurifyOptionalProps<T> = {}, )
packages/shared/src/hooks/useDomPurify.ts:27
↓ 3 callersFunctionuseOnPostClick
({ eventName = 'go to link', columns, feedName, ranking, origin, }: UseOnPostClickProps)
packages/shared/src/hooks/useOnPostClick.ts:94
↓ 3 callersFunctionusePopupSelector
({ parentSelector: propSelector, }: UsePopupSelectorProps = {})
packages/shared/src/hooks/usePopupSelector.ts:28
↓ 3 callersFunctionusePostRedesign
(post?: Post)
packages/shared/src/hooks/post/usePostRedesign.ts:32
↓ 3 callersFunctionusePrefersReducedMotion
()
packages/shared/src/features/giveback/useGivebackMotion.ts:4
↓ 3 callersFunctionuseSchedulePost
({ initialScheduledAt, clearLabel = 'Publish now', }: UseSchedulePostProps = {})
packages/shared/src/components/post/schedule/useSchedulePost.ts:36
↓ 3 callersFunctionuseScrollRestoration
()
packages/shared/src/hooks/useScrollRestoration.ts:16
↓ 3 callersFunctionuseScrollTopOffset
( getElement: () => HTMLElement | Window | null | undefined, { onOverOffset, onUnderOffset, of
packages/shared/src/hooks/useScrollTopOffset.ts:10
↓ 3 callersFunctionuseSettingsBooleanFlag
( key: K, )
packages/shared/src/hooks/useSettingsBooleanFlag.ts:24
↓ 3 callersFunctionuseSortedFeeds
({ edges, }: UseSortedFeedsProps)
packages/shared/src/hooks/feed/useSortedFeeds.ts:12
↓ 3 callersFunctionuseSourcePostModeration
({ onSuccess, onError, onSettled, onMutate, }: UseSquadModerationProps = {})
packages/shared/src/hooks/source/useSourcePostModeration.ts:36
↓ 3 callersFunctionuseSquadCategories
()
packages/shared/src/hooks/squads/useSquadCategories.ts:16
↓ 3 callersFunctionuseSquadInvitation
({ squad, origin, }: UseSquadInvitationProps)
packages/shared/src/hooks/useSquadInvitation.ts:20
↓ 3 callersFunctionuseTouchLongPress
({ enabled, delayMs = DEFAULT_LONG_PRESS_DELAY_MS, moveTolerancePx = DEFAULT_MOVE_TOLERANCE_PX, suppre
packages/shared/src/hooks/useTouchLongPress.ts:48
↓ 3 callersFunctionuseTranslation
({ queryKey, queryType = 'post', clickbaitShieldEnabled: clickbaitShieldEnabledProp, })
packages/shared/src/hooks/translation/useTranslation.ts:142
↓ 3 callersFunctionuseUserExperienceForm
({ defaultValues, }: { defaultValues: BaseUserExperience; })
packages/shared/src/hooks/useUserExperienceForm.ts:110
↓ 3 callersFunctionuseUserExperiencesByType
( type: UserExperienceType, userId: string, )
packages/shared/src/features/profile/hooks/useUserExperiencesByType.ts:10
↓ 3 callersFunctionuseUserShortByIdQuery
({ id, initialData, }: { id: string; initialData?: PublicProfile; })
packages/shared/src/hooks/user/useUserShortByIdQuery.ts:11
↓ 3 callersFunctionuseVote
({ onMutate, entity, variables }: UseVoteProps)
packages/shared/src/hooks/vote/useVote.ts:19
↓ 3 callersFunctionuserDisplayName
( user: Pick<UserShortProfile, 'username'>, )
packages/shared/src/components/liveRooms/liveRoomParticipants.ts:7
↓ 2 callersFunctionaddSquad
(squad: Squad)
packages/shared/src/hooks/useBoot.ts:46
↓ 2 callersFunctionadjustActions
()
packages/webapp/pages/dev/buttons.tsx:753
↓ 2 callersFunctionadvance
(label: string)
packages/shared/src/features/giveback/components/GivebackFunnel.spec.tsx:48
↓ 2 callersFunctionanonymousDisplayName
(participantId: string)
packages/shared/src/lib/liveRoom/anonymousName.ts:89
↓ 2 callersFunctionautoCompleteProfile
( userEmail: string, name?: string, marketing = false, )
packages/shared/src/components/auth/AuthOptionsInner.tsx:310
↓ 2 callersFunctionbanPost
(id: string)
packages/shared/src/graphql/posts.ts:624
↓ 2 callersFunctionbetterAuthSendVerificationOTP
( email: string, )
packages/shared/src/lib/betterAuth.ts:361
↓ 2 callersFunctionbetterAuthSignIn
({ email, password, turnstileToken, }: { email: string; password: string; turnstileToken?: string;
packages/shared/src/lib/betterAuth.ts:90
↓ 2 callersFunctionbetterAuthVerifyEmailOTP
( email: string, otp: string, )
packages/shared/src/lib/betterAuth.ts:371
↓ 2 callersFunctionbgClass
(bg: BgChoice)
packages/webapp/pages/dev/buttons.tsx:67
↓ 2 callersFunctionbuildAudioConstraints
( deviceId: string | null, micSettings: LiveRoomMicSettings, micSettingSupport: LiveRoomMicSettingSuppor
packages/shared/src/contexts/LiveRoomContext.tsx:314
↓ 2 callersFunctionbuildExtensionSiteEmbedFrameSrc
({ extensionId, targetUrl, parentOrigin, reloadNonce, }: { extensionId: string; targetUrl: string;
packages/shared/src/features/extensionEmbed/common.ts:116
↓ 2 callersFunctionbuildPersonalizedCategories
( edges: Edge<Feed>[], { defaultFeedId, isCustomDefaultFeed, }: BuildPersonalizedCategoriesOptio
packages/shared/src/components/feeds/exploreCategories.ts:77
↓ 2 callersFunctionbuildPost
(id: string, hero?: PostHero | null)
packages/shared/src/components/Feed.spec.tsx:1735
↓ 2 callersFunctionbuildQuestRewardFlights
( rewardSources: QuestRewardSource[], )
packages/shared/src/components/quest/QuestRewardAnimations.tsx:70
↓ 2 callersFunctionbuildSectionsState
( items: UserStack[], )
packages/shared/src/features/profile/components/stack/dnd.ts:55
↓ 2 callersFunctionbuildSwipePrompt
({ personas, experienceLevel, }: BuildSwipePromptArgs)
packages/webapp/lib/buildSwipePrompt.ts:14
↓ 2 callersFunctioncallback
()
packages/shared/src/useDynamicHeader.ts:40
↓ 2 callersFunctioncallback
()
packages/shared/src/components/ScrollToTopButton.tsx:30
↓ 2 callersFunctioncallback
()
packages/shared/src/features/onboarding/hooks/useFunnelTracking.ts:189
↓ 2 callersFunctioncanAwardUser
({ sendingUser, receivingUser, }: { sendingUser: LoggedUser; receivingUser: LoggedUser; })
packages/shared/src/lib/cores.ts:22
↓ 2 callersFunctioncause
( overrides: Partial<ContributionCause> & Pick<ContributionCause, 'id'>, )
packages/shared/src/features/giveback/components/GivebackCauseSelection.spec.tsx:6
↓ 2 callersFunctionchannelConfigurationsQueryOptions
()
packages/shared/src/graphql/highlights.ts:336
↓ 2 callersFunctionchannelHighlightsFeedQueryOptions
(channel: string)
packages/shared/src/graphql/highlights.ts:359
↓ 2 callersFunctionchatMarkdownToHtml
( markdown: string, options: ChatMarkdownOptions = {}, )
packages/shared/src/lib/liveRoom/chatMarkdown.ts:114
↓ 2 callersFunctioncheckForOnboardedUser
(data: LoggedUser)
packages/shared/src/components/auth/AuthOptionsInner.tsx:218
↓ 2 callersFunctioncheckIfGdprCovered
(geo?: Boot['geo'])
packages/shared/src/contexts/AuthContext.tsx:119
↓ 2 callersFunctioncheckIsBrowser
(agent: UserAgent)
packages/shared/src/lib/func.ts:156
↓ 2 callersFunctioncheckIsChromeOnly
()
packages/shared/src/lib/func.ts:159
↓ 2 callersFunctioncheckIsNumbersOnly
(value: string)
packages/shared/src/lib/numberFormat.ts:55
↓ 2 callersFunctionchipPadding
(showClose: boolean)
packages/storybook/stories/components/ToastComparison.stories.tsx:176
↓ 2 callersFunctionclampRatio
(ratio: number)
packages/shared/src/components/post/reader/hooks/useReaderLayoutPrefs.ts:21
↓ 2 callersFunctionclear
()
packages/shared/src/lib/storageWrapper.ts:40
↓ 2 callersFunctionclearFormOnSuccess
()
packages/webapp/pages/squads/create.tsx:148
↓ 2 callersFunctionclearIfUnchanged
(acted: ToastNotification)
packages/shared/src/components/notifications/Toast.tsx:131
↓ 2 callersFunctionclearNotificationPreference
({ queryClient, user, }: { queryClient: QueryClient; user?: LoggedUser; })
packages/shared/src/hooks/useMutateFilters.ts:199
↓ 2 callersFunctionclearRecruiterOrganizationImageMutationOptions
()
packages/shared/src/features/opportunity/mutations.ts:354
↓ 2 callersFunctionclearStoredLiveRoomResumeSession
(roomId: string)
packages/shared/src/lib/liveRoom/resumeSessionStorage.ts:100
↓ 2 callersFunctionclearStoredSessionByKey
(roomId: string)
packages/shared/src/lib/liveRoom/resumeSessionStorage.ts:35
↓ 2 callersFunctionclose
()
packages/shared/src/features/shortcuts/components/modals/ImportPickerModal.tsx:101
↓ 2 callersFunctionclosePicker
()
packages/shared/src/components/liveRooms/LiveRoomChatPanel.tsx:288
↓ 2 callersFunctioncollectStringPieces
(node, out = [])
packages/eslint-rules/lib/rules/no-raw-button-class.js:21
↓ 2 callersFunctioncommentToSchema
( comment: Comment, maxDepth = 3, currentDepth = 0, )
packages/webapp/components/PostSEOSchema.tsx:138
↓ 2 callersFunctioncompletePromptAction
()
packages/shared/src/components/modals/AchievementSyncPromptModal.tsx:39
↓ 2 callersFunctioncompleteStep
()
packages/shared/src/features/onboarding/steps/FunnelPersonaQuiz.tsx:614
↓ 2 callersFunctioncomputeRms
(data: Float32Array)
packages/shared/src/components/liveRooms/audioLevel.ts:4
↓ 2 callersFunctionconcatReplacement
( textarea: HTMLTextAreaElement, selected: number[], replace: string, )
packages/shared/src/lib/textarea.ts:24
↓ 2 callersFunctioncreateAdPostRollbackHandler
( postId: string, previousState: Partial<Post>, rollbackMutationHandler?: (post: Post) => Partial<Post>,
packages/shared/src/lib/query.ts:723
↓ 2 callersFunctioncreateBasicSourceMembersMock
( result = generateBasicMembersResult(), variables: GraphQLRequest['variables'] = { id: defaultSquad.id, f
packages/webapp/__tests__/SquadFeedPage.tsx:167
↓ 2 callersFunctioncreateBookmarkOnMutate
(updatePost: UpdateDailyPost)
packages/shared/src/features/daily/optimisticMutations.ts:44
↓ 2 callersFunctioncreateCommentsMock
( page = defaultCommentsPage, )
packages/webapp/__tests__/ProfileRepliesPage.tsx:68
↓ 2 callersFunctioncreateContextValue
( overrides: Partial<LiveRoomContextValue> = {}, )
packages/shared/src/components/liveRooms/LiveRoomControls.spec.tsx:128
↓ 2 callersFunctioncreateEmbed
(post: ContentEmbedPost = createPost())
packages/shared/src/components/contentEmbeds/ContentEmbeds.spec.tsx:27
↓ 2 callersFunctioncreateFeedMock
( trendingPosts: Post[] = [{ ...defaultFeedPage.edges[0].node, trending: 50 }], similarPosts: Post[] = [
packages/shared/src/components/widgets/FurtherReading.spec.tsx:35
↓ 2 callersFunctioncreateFeedMock
( page = defaultFeedPage, )
packages/webapp/components/KeywordManagement.spec.tsx:52
← previousnext →601–700 of 6,160, ranked by callers