MCPcopy Create free account

hub / github.com/alan2207/bulletproof-react / functions

Functions493 in github.com/alan2207/bulletproof-react

↓ 2 callersFunctionloginAsUser
(user: any)
apps/react-vite/src/testing/test-utils.tsx:31
↓ 2 callersFunctionloginAsUser
(user: any)
apps/nextjs-pages/src/testing/test-utils.tsx:39
↓ 2 callersFunctionuseAuthorization
()
apps/react-vite/src/lib/authorization.tsx:28
↓ 2 callersFunctionuseAuthorization
()
apps/nextjs-pages/src/lib/authorization.tsx:29
↓ 2 callersFunctionwaitForLoadingToFinish
()
apps/nextjs-app/src/testing/test-utils.tsx:18
↓ 2 callersFunctionwaitForLoadingToFinish
()
apps/nextjs-pages/src/testing/test-utils.tsx:18
↓ 1 callersFunctionError
({ errorMessage }: ErrorProps)
apps/nextjs-app/src/components/ui/form/error.tsx:5
↓ 1 callersFunctionError
({ errorMessage }: ErrorProps)
apps/nextjs-pages/src/components/ui/form/error.tsx:5
↓ 1 callersFunctionbuildUrlWithParams
( url: string, params?: RequestOptions['params'], )
apps/nextjs-app/src/lib/api-client.ts:14
↓ 1 callersFunctioncheckLoggedIn
()
apps/nextjs-app/src/utils/auth.ts:11
↓ 1 callersFunctionclientLoader
(queryClient: QueryClient)
apps/react-vite/src/app/routes/app/users.tsx:8
↓ 1 callersFunctioncreateAppRouter
(queryClient: QueryClient)
apps/react-vite/src/app/router.tsx:24
↓ 1 callersFunctioncreateComment
( overrides?: T & { authorId?: string; discussionId?: string; }, )
apps/nextjs-app/src/testing/data-generators.ts:68
↓ 1 callersFunctioncreateComment
( overrides?: T & { authorId?: string; discussionId?: string; }, )
apps/react-vite/src/testing/data-generators.ts:67
↓ 1 callersFunctioncreateComment
( overrides?: T & { authorId?: string; discussionId?: string; }, )
apps/nextjs-pages/src/testing/data-generators.ts:68
↓ 1 callersFunctioncreateDiscussion
(discussionProperties?: any)
apps/nextjs-app/src/testing/test-utils.tsx:33
↓ 1 callersFunctioncreateDiscussion
(discussionProperties?: any)
apps/react-vite/src/testing/test-utils.tsx:25
↓ 1 callersFunctioncreateDiscussion
(discussionProperties?: any)
apps/nextjs-pages/src/testing/test-utils.tsx:33
↓ 1 callersFunctioncreateEnv
()
apps/nextjs-app/src/config/env.ts:4
↓ 1 callersFunctioncreateEnv
()
apps/react-vite/src/config/env.ts:3
↓ 1 callersFunctioncreateEnv
()
apps/nextjs-pages/src/config/env.ts:4
↓ 1 callersFunctioncreateStoreUncurried
(stateCreator: zustand.StateCreator<T>)
apps/nextjs-app/__mocks__/zustand.ts:28
↓ 1 callersFunctioncreateStoreUncurried
(stateCreator: zustand.StateCreator<T>)
apps/react-vite/__mocks__/zustand.ts:28
↓ 1 callersFunctioncreateStoreUncurried
(stateCreator: zustand.StateCreator<T>)
apps/nextjs-pages/__mocks__/zustand.ts:28
↓ 1 callersFunctioncreateUncurried
(stateCreator: zustand.StateCreator<T>)
apps/nextjs-app/__mocks__/zustand.ts:11
↓ 1 callersFunctioncreateUncurried
(stateCreator: zustand.StateCreator<T>)
apps/react-vite/__mocks__/zustand.ts:11
↓ 1 callersFunctioncreateUncurried
(stateCreator: zustand.StateCreator<T>)
apps/nextjs-pages/__mocks__/zustand.ts:11
↓ 1 callersFunctiondecode
(str: string)
apps/nextjs-app/src/testing/mocks/utils.ts:14
↓ 1 callersFunctiondecode
(str: string)
apps/react-vite/src/testing/mocks/utils.ts:14
↓ 1 callersFunctiondecode
(str: string)
apps/nextjs-pages/src/testing/mocks/utils.ts:14
↓ 1 callersFunctionenableMocking
()
apps/react-vite/src/testing/mocks/index.ts:3
↓ 1 callersFunctionencode
(obj: any)
apps/nextjs-app/src/testing/mocks/utils.ts:6
↓ 1 callersFunctionencode
(obj: any)
apps/react-vite/src/testing/mocks/utils.ts:6
↓ 1 callersFunctionencode
(obj: any)
apps/nextjs-pages/src/testing/mocks/utils.ts:6
↓ 1 callersFunctiongenerateComment
()
apps/nextjs-app/src/testing/data-generators.ts:62
↓ 1 callersFunctiongenerateComment
()
apps/react-vite/src/testing/data-generators.ts:61
↓ 1 callersFunctiongenerateComment
()
apps/nextjs-pages/src/testing/data-generators.ts:62
↓ 1 callersFunctiongenerateTeam
()
apps/nextjs-app/src/testing/data-generators.ts:30
↓ 1 callersFunctiongenerateTeam
()
apps/react-vite/src/testing/data-generators.ts:30
↓ 1 callersFunctiongenerateTeam
()
apps/nextjs-pages/src/testing/data-generators.ts:30
↓ 1 callersFunctiongetComments
({ discussionId, page = 1, }: { discussionId: string; page?: number; })
apps/nextjs-app/src/features/comments/api/get-comments.ts:7
↓ 1 callersFunctiongetComments
({ discussionId, page = 1, }: { discussionId: string; page?: number; })
apps/react-vite/src/features/comments/api/get-comments.ts:7
↓ 1 callersFunctiongetComments
({ discussionId, page = 1, cookie, }: { discussionId: string; page?: number; cookie?: string; })
apps/nextjs-pages/src/features/comments/api/get-comments.ts:7
↓ 1 callersFunctiongetDiscussion
({ discussionId, }: { discussionId: string; })
apps/react-vite/src/features/discussions/api/get-discussion.ts:7
↓ 1 callersFunctiongetDiscussion
({ discussionId, cookie, }: { discussionId: string; cookie?: string; })
apps/nextjs-pages/src/features/discussions/api/get-discussion.ts:7
↓ 1 callersFunctiongetDiscussions
( { page }: { page?: number } = { page: 1 }, )
apps/nextjs-app/src/features/discussions/api/get-discussions.ts:7
↓ 1 callersFunctiongetDiscussions
( page = 1, )
apps/react-vite/src/features/discussions/api/get-discussions.ts:7
↓ 1 callersFunctiongetDiscussions
( { page, cookie }: { page?: number; cookie?: string } = { page: 1 }, )
apps/nextjs-pages/src/features/discussions/api/get-discussions.ts:7
↓ 1 callersFunctiongetResponse
(event, client, requestId)
apps/nextjs-app/public/mockServiceWorker.js:178
↓ 1 callersFunctiongetResponse
(event, client, requestId)
apps/react-vite/public/mockServiceWorker.js:178
↓ 1 callersFunctiongetResponse
(event, client, requestId)
apps/nextjs-pages/public/mockServiceWorker.js:178
↓ 1 callersFunctiongetServerCookies
()
apps/nextjs-app/src/lib/api-client.ts:32
↓ 1 callersFunctiongetTeams
()
apps/nextjs-app/src/features/teams/api/get-teams.ts:7
↓ 1 callersFunctiongetTeams
()
apps/react-vite/src/features/teams/api/get-teams.ts:7
↓ 1 callersFunctiongetTeams
()
apps/nextjs-pages/src/features/teams/api/get-teams.ts:7
↓ 1 callersFunctiongetTeamsQueryOptions
()
apps/nextjs-app/src/features/teams/api/get-teams.ts:11
↓ 1 callersFunctiongetTeamsQueryOptions
()
apps/react-vite/src/features/teams/api/get-teams.ts:11
↓ 1 callersFunctiongetTeamsQueryOptions
()
apps/nextjs-pages/src/features/teams/api/get-teams.ts:11
↓ 1 callersFunctionhandleRequest
(event, requestId)
apps/nextjs-app/public/mockServiceWorker.js:118
↓ 1 callersFunctionhandleRequest
(event, requestId)
apps/react-vite/public/mockServiceWorker.js:118
↓ 1 callersFunctionhandleRequest
(event, requestId)
apps/nextjs-pages/public/mockServiceWorker.js:118
↓ 1 callersFunctioninitializeUser
(user: any)
apps/nextjs-app/src/testing/test-utils.tsx:45
↓ 1 callersFunctioninitializeUser
(user: any)
apps/react-vite/src/testing/test-utils.tsx:46
↓ 1 callersFunctioninitializeUser
(user: any)
apps/nextjs-pages/src/testing/test-utils.tsx:45
↓ 1 callersFunctionloginWithEmailAndPassword
(data: LoginInput)
apps/react-vite/src/lib/auth.tsx:29
↓ 1 callersFunctionloginWithEmailAndPassword
(data: LoginInput)
apps/nextjs-pages/src/lib/auth.tsx:30
↓ 1 callersFunctionomit
(obj: T, keys: string[])
apps/nextjs-app/src/testing/mocks/utils.ts:39
↓ 1 callersFunctionomit
(obj: T, keys: string[])
apps/react-vite/src/testing/mocks/utils.ts:39
↓ 1 callersFunctionomit
(obj: T, keys: string[])
apps/nextjs-pages/src/testing/mocks/utils.ts:39
↓ 1 callersFunctionpreloadData
(discussionId: string)
apps/nextjs-app/src/app/public/discussions/[discussionId]/page.tsx:29
↓ 1 callersFunctionpreloadData
(discussionId: string)
apps/nextjs-app/src/app/app/discussions/[discussionId]/page.tsx:30
↓ 1 callersFunctionregisterWithEmailAndPassword
( data: RegisterInput, )
apps/react-vite/src/lib/auth.tsx:56
↓ 1 callersFunctionregisterWithEmailAndPassword
( data: RegisterInput, )
apps/nextjs-pages/src/lib/auth.tsx:57
↓ 1 callersFunctionresetDb
()
apps/nextjs-app/src/testing/mocks/db.ts:100
↓ 1 callersFunctionresetDb
()
apps/react-vite/src/testing/mocks/db.ts:99
↓ 1 callersFunctionresetDb
()
apps/nextjs-pages/src/testing/mocks/db.ts:100
↓ 1 callersFunctionresolveMainClient
(event)
apps/nextjs-app/public/mockServiceWorker.js:155
↓ 1 callersFunctionresolveMainClient
(event)
apps/react-vite/public/mockServiceWorker.js:155
↓ 1 callersFunctionresolveMainClient
(event)
apps/nextjs-pages/public/mockServiceWorker.js:155
↓ 1 callersFunctionrespondWithMock
(response)
apps/nextjs-app/public/mockServiceWorker.js:267
↓ 1 callersFunctionrespondWithMock
(response)
apps/react-vite/public/mockServiceWorker.js:267
↓ 1 callersFunctionrespondWithMock
(response)
apps/nextjs-pages/public/mockServiceWorker.js:267
↓ 1 callersFunctionstoreDb
(data: string)
apps/nextjs-app/src/testing/mocks/db.ts:70
↓ 1 callersFunctionstoreDb
(data: string)
apps/react-vite/src/testing/mocks/db.ts:69
↓ 1 callersFunctionstoreDb
(data: string)
apps/nextjs-pages/src/testing/mocks/db.ts:70
↓ 1 callersFunctionuseCreateComment
({ mutationConfig, discussionId, }: UseCreateCommentOptions)
apps/nextjs-app/src/features/comments/api/create-comment.ts:30
↓ 1 callersFunctionuseCreateComment
({ mutationConfig, discussionId, }: UseCreateCommentOptions)
apps/react-vite/src/features/comments/api/create-comment.ts:30
↓ 1 callersFunctionuseCreateComment
({ mutationConfig, discussionId, }: UseCreateCommentOptions)
apps/nextjs-pages/src/features/comments/api/create-comment.ts:30
↓ 1 callersFunctionuseCreateDiscussion
({ mutationConfig, }: UseCreateDiscussionOptions = {})
apps/nextjs-app/src/features/discussions/api/create-discussion.ts:30
↓ 1 callersFunctionuseCreateDiscussion
({ mutationConfig, }: UseCreateDiscussionOptions = {})
apps/react-vite/src/features/discussions/api/create-discussion.ts:29
↓ 1 callersFunctionuseCreateDiscussion
({ mutationConfig, }: UseCreateDiscussionOptions = {})
apps/nextjs-pages/src/features/discussions/api/create-discussion.ts:30
↓ 1 callersFunctionuseDeleteComment
({ mutationConfig, discussionId, }: UseDeleteCommentOptions)
apps/nextjs-app/src/features/comments/api/delete-comment.ts:17
↓ 1 callersFunctionuseDeleteComment
({ mutationConfig, discussionId, }: UseDeleteCommentOptions)
apps/react-vite/src/features/comments/api/delete-comment.ts:17
↓ 1 callersFunctionuseDeleteComment
({ mutationConfig, discussionId, }: UseDeleteCommentOptions)
apps/nextjs-pages/src/features/comments/api/delete-comment.ts:17
↓ 1 callersFunctionuseDeleteDiscussion
({ mutationConfig, }: UseDeleteDiscussionOptions = {})
apps/nextjs-app/src/features/discussions/api/delete-discussion.ts:20
↓ 1 callersFunctionuseDeleteDiscussion
({ mutationConfig, }: UseDeleteDiscussionOptions = {})
apps/react-vite/src/features/discussions/api/delete-discussion.ts:20
↓ 1 callersFunctionuseDeleteDiscussion
({ mutationConfig, }: UseDeleteDiscussionOptions = {})
apps/nextjs-pages/src/features/discussions/api/delete-discussion.ts:20
↓ 1 callersFunctionuseDeleteUser
({ mutationConfig, }: UseDeleteUserOptions = {})
apps/nextjs-app/src/features/users/api/delete-user.ts:20
↓ 1 callersFunctionuseDeleteUser
({ mutationConfig, }: UseDeleteUserOptions = {})
apps/react-vite/src/features/users/api/delete-user.ts:20
↓ 1 callersFunctionuseDeleteUser
({ mutationConfig, }: UseDeleteUserOptions = {})
apps/nextjs-pages/src/features/users/api/delete-user.ts:20
← previousnext →101–200 of 493, ranked by callers