MCPcopy Create free account

hub / github.com/burakorkmez/x-clone-rn / functions

Functions55 in github.com/burakorkmez/x-clone-rn

↓ 7 callersFunctionuseApiClient
()
mobile/utils/api.ts:23
↓ 4 callersFunctionupdateFormField
(field: string, value: string)
mobile/hooks/useProfile.ts:44
↓ 4 callersFunctionuseCurrentUser
()
mobile/hooks/useCurrentUser.ts:4
↓ 3 callersFunctionusePosts
(username?: string)
mobile/hooks/usePosts.ts:4
↓ 2 callersFunctionformatDate
(dateString: string)
mobile/utils/formatters.ts:10
↓ 2 callersFunctionformatNumber
(num: number)
mobile/utils/formatters.ts:4
↓ 2 callersFunctionhandleImagePicker
(useCamera: boolean = false)
mobile/hooks/useCreatePost.ts:52
↓ 2 callersFunctionhandleSocialAuth
(strategy: "oauth_google" | "oauth_apple")
mobile/hooks/useSocialAuth.ts:9
↓ 1 callersFunctioncheckIsLiked
(postLikes: string[], currentUser: any)
mobile/hooks/usePosts.ts:39
↓ 1 callersFunctionconnectDB
()
backend/src/config/db.js:4
↓ 1 callersFunctioncreateApiClient
(getToken: () => Promise<string | null>)
mobile/utils/api.ts:9
↓ 1 callersFunctioncreateComment
(postId: string)
mobile/hooks/useComments.ts:26
↓ 1 callersFunctiondeleteConversation
(conversationId: number)
mobile/app/(tabs)/messages.tsx:24
↓ 1 callersFunctiongetNotificationIcon
()
mobile/components/NotificationCard.tsx:26
↓ 1 callersFunctiongetNotificationText
()
mobile/components/NotificationCard.tsx:12
↓ 1 callersFunctionopenConversation
(conversation: ConversationType)
mobile/app/(tabs)/messages.tsx:37
↓ 1 callersFunctionstartServer
()
backend/src/server.js:35
↓ 1 callersFunctionuseComments
()
mobile/hooks/useComments.ts:6
↓ 1 callersFunctionuseCreatePost
()
mobile/hooks/useCreatePost.ts:7
↓ 1 callersFunctionuseNotifications
()
mobile/hooks/useNotifications.ts:4
↓ 1 callersFunctionuseProfile
()
mobile/hooks/useProfile.ts:7
↓ 1 callersFunctionuseSignOut
()
mobile/hooks/useSignOut.ts:4
↓ 1 callersFunctionuseSocialAuth
()
mobile/hooks/useSocialAuth.ts:5
↓ 1 callersFunctionuseUserSync
()
mobile/hooks/useUserSync.ts:6
FunctionAuthRoutesLayout
()
mobile/app/(auth)/_layout.tsx:4
FunctionCommentsModal
({ selectedPost, onClose }: CommentsModalProps)
mobile/components/CommentsModal.tsx:20
FunctionEditProfileModal
({ formData, isUpdating, isVisible, onClose, saveProfile, updateFormField, }: EditProfileModalProp
mobile/components/EditProfileModal.tsx:25
FunctionHomeScreen
()
mobile/app/(tabs)/index.tsx:11
FunctionIndex
()
mobile/app/(auth)/index.tsx:4
FunctionMessagesScreen
()
mobile/app/(tabs)/messages.tsx:16
FunctionNoNotificationsFound
()
mobile/components/NoNotificationsFound.tsx:4
FunctionNotificationCard
({ notification, onDelete }: NotificationCardProps)
mobile/components/NotificationCard.tsx:11
FunctionNotificationsScreen
()
mobile/app/(tabs)/notifications.tsx:16
FunctionPostCard
({ currentUser, onDelete, onLike, post, isLiked, onComment }: PostCardProps)
mobile/components/PostCard.tsx:15
FunctionPostComposer
()
mobile/components/PostComposer.tsx:6
FunctionPostsList
({ username }: { username?: string })
mobile/components/PostsList.tsx:9
FunctionProfileScreens
()
mobile/app/(tabs)/profile.tsx:20
FunctionRootLayout
()
mobile/app/_layout.tsx:10
FunctionSearchScreen
()
mobile/app/(tabs)/search.tsx:13
FunctionSignOutButton
()
mobile/components/SignOutButton.tsx:4
FunctionTabsLayout
()
mobile/app/(tabs)/_layout.tsx:6
FunctionarcjetMiddleware
(req, res, next)
backend/src/middleware/arcjet.middleware.js:5
FunctioncloseChatModal
()
mobile/app/(tabs)/messages.tsx:42
FunctioncreatePost
()
mobile/hooks/useCreatePost.ts:79
FunctiondeleteNotification
(notificationId: string)
mobile/hooks/useNotifications.ts:25
FunctionfileFilter
(req, file, cb)
backend/src/middleware/upload.middleware.js:7
FunctionhandleClose
()
mobile/components/CommentsModal.tsx:24
FunctionhandleDelete
()
mobile/components/PostCard.tsx:18
FunctionhandleDelete
()
mobile/components/NotificationCard.tsx:39
FunctionhandlePullToRefresh
()
mobile/app/(tabs)/index.tsx:15
FunctionhandleSave
()
mobile/components/EditProfileModal.tsx:33
FunctionhandleSignOut
()
mobile/hooks/useSignOut.ts:7
FunctionopenEditModal
()
mobile/hooks/useProfile.ts:32
FunctionprotectRoute
(req, res, next)
backend/src/middleware/auth.middleware.js:1
FunctionsendMessage
()
mobile/app/(tabs)/messages.tsx:48