MCPcopy Create free account

hub / github.com/Sandermoen/instaclone / functions

Functions177 in github.com/Sandermoen/instaclone

↓ 32 callersFunctionshowAlert
(text, onClick = null)
client/src/redux/alert/alertActions.js:7
↓ 17 callersFunctionshowModal
(props, component)
client/src/redux/modal/modalActions.js:18
↓ 12 callersFunctionhideModal
client/src/redux/modal/modalActions.js:7
↓ 11 callersFunctionfindByTestAttribute
(wrapper, attributeName)
client/src/utils/test/testUtils.js:29
↓ 11 callersFunctionpostDialogReducer
(state, action)
client/src/components/PostDialog/postDialogReducer.js:18
↓ 10 callersFunctionconnect
()
client/src/services/socketService.js:3
↓ 7 callersFunctionsignInStart
(usernameOrEmail, password, authToken)
client/src/redux/user/userActions.js:35
↓ 6 callersFunctionpostDialogCommentFormReducer
(state, action)
client/src/components/PostDialog/PostDialogCommentForm/postDialogCommentFormReducer.js:7
↓ 6 callersFunctionuseScrollPositionThrottled
(callback, element, deps = [])
client/src/hooks/useScrollPositionThrottled.js:21
↓ 5 callersFunctionstoreFactory
client/src/utils/test/testUtils.js:14
↓ 4 callersFunctioncheckProps
(Component, expectedProps)
client/src/utils/test/testUtils.js:42
↓ 4 callersFunctionfetchNotificationsStart
(authToken)
client/src/redux/notification/notificationActions.js:13
↓ 4 callersFunctionformatDateDistance
(endDate)
client/src/utils/timeUtils.js:3
↓ 4 callersFunctionhandleClick
()
client/src/components/FormInput/FormInput.js:15
↓ 4 callersFunctionvalidateEmail
(email)
client/src/utils/validation.js:1
↓ 4 callersFunctionvalidateFullName
(fullName)
client/src/utils/validation.js:14
↓ 4 callersFunctionvalidatePassword
(password)
client/src/utils/validation.js:33
↓ 4 callersFunctionvalidateUsername
(username)
client/src/utils/validation.js:21
↓ 3 callersFunctionaddPost
(post)
client/src/redux/feed/feedActions.js:15
↓ 3 callersFunctionfetchFeedPostsStart
(authToken, offset)
client/src/redux/feed/feedActions.js:5
↓ 3 callersFunctionrenderIcons
(icon, number)
client/src/components/Notification/NotificationButton/NotificationPopup/NotificationPopup.js:30
↓ 3 callersFunctionsetup
( initialState = { user: { token: '123', currentUser: { username: 'test' } } } )
client/src/components/PostDialog/PostDialog.test.js:24
↓ 3 callersFunctionsetup
(additionalProps = {})
client/src/components/PostDialog/PostDialogCommentForm/PostDialogCommentForm.test.js:26
↓ 3 callersFunctionuserReducer
(state = INITIAL_STATE, action)
client/src/redux/user/userReducer.js:12
↓ 2 callersFunctionchangeAvatar
(event, remove)
client/src/components/ChangeAvatarButton/ChangeAvatarButton.js:64
↓ 2 callersFunctionchangeAvatarStart
(formData, authToken)
client/src/redux/user/userActions.js:83
↓ 2 callersFunctionclearNotifications
()
client/src/redux/notification/notificationActions.js:38
↓ 2 callersFunctionclearPosts
()
client/src/redux/feed/feedActions.js:25
↓ 2 callersFunctionconnectSocket
()
client/src/redux/socket/socketActions.js:6
↓ 2 callersFunctionfollow
()
client/src/components/Button/FollowButton/FollowButton.js:31
↓ 2 callersFunctionfollowUser
(userId, authToken)
client/src/services/profileService.js:27
↓ 2 callersFunctiongetCurrentScrollPosition
(element)
client/src/hooks/useScrollPositionThrottled.js:9
↓ 2 callersFunctiongithubSignInStart
(code)
client/src/redux/user/userActions.js:48
↓ 2 callersFunctionhide
({ target })
client/src/components/Modal/Modal.js:15
↓ 2 callersFunctionhideAlert
()
client/src/redux/alert/alertActions.js:3
↓ 2 callersFunctionreadNotificationsStart
(authToken)
client/src/redux/notification/notificationActions.js:29
↓ 2 callersFunctionregisterValidSW
(swUrl, config)
client/src/serviceWorker.js:57
↓ 2 callersFunctionremoveAvatarStart
(authToken)
client/src/redux/user/userActions.js:99
↓ 2 callersFunctionretrieveRelatedUsers
(user, userId, offset, followers)
controllers/userController.js:316
↓ 2 callersFunctionretrieveUserFollowers
(userId, offset, authToken)
client/src/services/profileService.js:66
↓ 2 callersFunctionretrieveUserFollowing
(userId, offset, authToken)
client/src/services/profileService.js:45
↓ 2 callersFunctionsearchUsers
(username, offset = 0)
client/src/services/userService.js:10
↓ 2 callersFunctionsetup
(initialState = {}, additionalProps = {})
client/src/components/PostDialog/PostDialogStats/PostDialogStats.test.js:36
↓ 2 callersFunctionshowUsersModal
(followers, following)
client/src/pages/ProfilePage/ProfileHeader.js:22
↓ 2 callersFunctionsignInFailure
(err)
client/src/redux/user/userActions.js:30
↓ 2 callersFunctionsignInSuccess
(user)
client/src/redux/user/userActions.js:22
↓ 2 callersFunctionsignOut
()
client/src/redux/user/userActions.js:16
↓ 2 callersFunctionsignUpStart
(email, fullName, username, password)
client/src/redux/user/userActions.js:59
↓ 2 callersFunctionupdateProfileStart
(authToken, updates)
client/src/redux/user/userActions.js:109
↓ 2 callersFunctionuseSearchUsersDebounced
()
client/src/hooks/useSearchUsersDebounced.js:11
↓ 2 callersFunctionvalidateBio
(bio)
client/src/utils/validation.js:46
↓ 2 callersFunctionvalidateWebsite
(website)
client/src/utils/validation.js:53
↓ 1 callersFunctionaddNotification
(notification)
client/src/redux/notification/notificationActions.js:8
↓ 1 callersFunctionbookmarkPost
(postId, authToken)
client/src/redux/user/userActions.js:71
↓ 1 callersFunctionchangeAvatar
(image, authToken)
client/src/services/userService.js:50
↓ 1 callersFunctionchangePassword
(oldPassword, newPassword, authToken)
client/src/services/authenticationServices.js:74
↓ 1 callersFunctioncheckValidServiceWorker
(swUrl, config)
client/src/serviceWorker.js:101
↓ 1 callersFunctionconfirmUser
(authToken, confirmationToken)
client/src/services/userService.js:25
↓ 1 callersFunctioncreateComment
(message, postId, authToken)
client/src/services/commentService.js:11
↓ 1 callersFunctioncreateCommentReply
( message, parentCommentId, authToken )
client/src/services/commentService.js:70
↓ 1 callersFunctioncreatePost
(formData, authToken)
client/src/services/postService.js:56
↓ 1 callersFunctiondeleteComment
(commentId, authToken)
client/src/services/commentService.js:34
↓ 1 callersFunctiondeleteCommentReply
(commentReplyId, authToken)
client/src/services/commentService.js:97
↓ 1 callersFunctiondeletePost
(postId, authToken)
client/src/services/postService.js:76
↓ 1 callersFunctiondisconnectSocket
()
client/src/redux/socket/socketActions.js:23
↓ 1 callersFunctionfetchAdditionalComments
()
client/src/components/PostDialog/PostDialog.js:79
↓ 1 callersFunctiongetCommentReplies
(parentCommentId, offset = 0)
client/src/services/commentService.js:132
↓ 1 callersFunctiongetComments
(postId, offset, exclude = 0)
client/src/services/commentService.js:151
↓ 1 callersFunctiongetCroppedImg
(image, crop)
client/src/components/NewPost/NewPostEdit/NewPostEdit.js:14
↓ 1 callersFunctiongetHashtagPosts
(authToken, hashtag, offset = 0)
client/src/services/postService.js:147
↓ 1 callersFunctiongetPost
(postId)
client/src/services/postService.js:10
↓ 1 callersFunctiongetPostFilters
()
client/src/services/postService.js:110
↓ 1 callersFunctiongetPosts
(username, offset = 0)
client/src/services/postService.js:24
↓ 1 callersFunctiongetSuggestedPosts
(authToken, offset = 0)
client/src/services/postService.js:126
↓ 1 callersFunctiongetSuggestedUsers
(authToken, max)
client/src/services/userService.js:115
↓ 1 callersFunctiongetUserProfile
(username, authToken)
client/src/services/profileService.js:8
↓ 1 callersFunctiongithubAuthentication
(code)
client/src/services/authenticationServices.js:33
↓ 1 callersFunctionhandleClick
(event)
client/src/components/NewPost/NewPostForm/NewPostForm.js:36
↓ 1 callersFunctionhandleCommentReplyDelete
()
client/src/components/Comment/CommentReply/CommentReply.js:60
↓ 1 callersFunctionhandleCommentReplyVote
()
client/src/components/Comment/CommentReply/CommentReply.js:46
↓ 1 callersFunctionhandleDeleteComment
()
client/src/components/Comment/Comment.js:103
↓ 1 callersFunctionhandleDeletePost
()
client/src/components/PostDialog/PostDialog.js:94
↓ 1 callersFunctionhandleSubmit
(event)
client/src/components/LoginCard/LoginCard.js:33
↓ 1 callersFunctionhandleVote
()
client/src/components/Comment/Comment.js:68
↓ 1 callersFunctionlogin
(usernameOrEmail, password, authToken)
client/src/services/authenticationServices.js:11
↓ 1 callersFunctionmakeClientCrop
(crop)
client/src/components/NewPost/NewPostEdit/NewPostEdit.js:48
↓ 1 callersFunctionreadNotifications
(authToken)
client/src/services/notificationServices.js:27
↓ 1 callersFunctionregisterUser
(email, fullName, username, password)
client/src/services/authenticationServices.js:53
↓ 1 callersFunctionremoveAvatar
(authToken)
client/src/services/userService.js:71
↓ 1 callersFunctionremovePost
(postId)
client/src/redux/feed/feedActions.js:20
↓ 1 callersFunctionrenderSkeleton
(amount)
client/src/components/FilterSelector/FilterSelector.js:16
↓ 1 callersFunctionrenderSkeleton
(amount)
client/src/components/HashtagPosts/HashtagPosts.js:57
↓ 1 callersFunctionrenderSkeleton
(amount)
client/src/components/SuggestedPosts/SuggestedPosts.js:69
↓ 1 callersFunctionretrieveFeedPosts
(authToken, offset = 0)
client/src/services/feedServices.js:10
↓ 1 callersFunctionretrieveNotifications
(authToken)
client/src/services/notificationServices.js:9
↓ 1 callersFunctionretrievePosts
(offset)
client/src/components/HashtagPosts/HashtagPosts.js:38
↓ 1 callersFunctionretrievePosts
(offset)
client/src/components/SuggestedPosts/SuggestedPosts.js:39
↓ 1 callersFunctionsetup
()
client/src/components/App/App.test.js:12
↓ 1 callersFunctionsetup
(initialProps = {})
client/src/components/FormInput/FormInput.test.js:20
↓ 1 callersFunctionsetup
(initialState = {})
client/src/pages/LoginPage/LoginPage.test.js:19
next →1–100 of 177, ranked by callers