MCPcopy Create free account

hub / github.com/ahendouz/dribbble-clone / functions

Functions48 in github.com/ahendouz/dribbble-clone

↓ 9 callersFunctiongetUserId
backend/src/utils.js:3
↓ 3 callersFunctionwithAuth
frontend/src/lib/withAuth.js:7
↓ 1 callersFunctioncommentShot
(root, { comment, shotId }, context, info)
backend/src/resolvers/Mutation.js:30
↓ 1 callersFunctioncreateServer
()
backend/src/createServer.js:15
↓ 1 callersFunctiondeleteShot
(root, { id }, context, info)
backend/src/resolvers/Mutation.js:128
↓ 1 callersFunctiondeleteUser
(root, { id }, context, info)
backend/src/resolvers/Mutation.js:205
↓ 1 callersFunctioneditUser
( root, { id, fullname, bio, profileImage, skills, location }, context, info )
backend/src/resolvers/Mutation.js:223
↓ 1 callersFunctionhandleSignout
(client, history)
frontend/src/components/Auth/Signout.js:5
↓ 1 callersFunctionisValidImage
frontend/src/utils/isValidImage.js:3
↓ 1 callersFunctionlikeUnlikeShot
(root, { shotId }, context, info)
backend/src/resolvers/Mutation.js:44
↓ 1 callersMethodrender
()
frontend/src/components/User/EditUser.js:98
↓ 1 callersFunctionsignin
(root, { username, password }, context, info)
backend/src/resolvers/Mutation.js:176
↓ 1 callersFunctionsignup
(parent, args, context, info)
backend/src/resolvers/Mutation.js:150
FunctionComingSoon
()
frontend/src/components/UI/ComingSoon.js:7
FunctionDeleteUser
({ userId: id })
frontend/src/components/User/DeleteUser.js:9
FunctionEditShotBtn
frontend/src/components/UI/EditShotBtn.js:6
FunctionFooter
()
frontend/src/components/Footer/Footer.js:10
FunctionLinks
()
frontend/src/components/UI/JobsForDesigners.js:5
FunctionLinks
()
frontend/src/components/UI/Hiring.js:4
FunctionLinks
()
frontend/src/components/UI/Links.js:5
FunctionLoader
()
frontend/src/components/UI/Loader.js:9
FunctionLogo
frontend/src/components/UI/Logo.js:6
FunctionMoreShots
({ shots, fullname, userId })
frontend/src/components/UI/MoreShots.js:6
FunctionNavbarAuth
({ session: { getCurrentUser: { id, profileImage, username, fullname } } })
frontend/src/components/Navbar/NavbarAuth.js:9
FunctionNavbarLinks
()
frontend/src/components/Navbar/NavbarLinks.js:5
FunctionNavbarUnAuth
()
frontend/src/components/Navbar/NavbarUnAuth.js:5
FunctionPixelsDribbbled
()
frontend/src/components/UI/PixelsDribbbled.js:4
FunctionSearchItem
({ title, image, postedBy: { username } })
frontend/src/components/Search/SearchItem.js:4
FunctionShotColor
({ hex })
frontend/src/components/UI/ShotColor.js:4
FunctionShotComment
({ comment, commentedBy: { id: userId, fullname, profileImage } })
frontend/src/components/UI/ShotComment.js:6
FunctionShotItem
({ id: shotId, image, title, description, createdAt, likes, comments, postedBy: { id: userId,
frontend/src/components/Shot/ShotItem.js:12
FunctionShotMenu
({ session })
frontend/src/components/UI/ShotMenu.js:7
FunctionSigninError
({ error })
frontend/src/components/Errors/ErrorMessage.js:4
FunctionUserFavShots
({ session: { getCurrentUser: { id } } })
frontend/src/components/User/UserFavoriteShots.js:38
FunctionUserImage
({ profileImage, size })
frontend/src/components/UI/UserImage.js:4
FunctioncomponentDidMount
()
frontend/src/components/Shot/EditShot.js:52
FunctioncreateShot
( root, { title, description, image, largeImage, tags, colors }, context, info )
backend/src/resolvers/Mutation.js:6
FunctioneditShot
( root, { id, title, description, tags }, context, info )
backend/src/resolvers/Mutation.js:100
FunctionformatDate
frontend/src/lib/formatDate.js:1
FunctiongetCurrentUser
(root, args, context, info)
backend/src/resolvers/Query.js:16
FunctiongetPath
(name, props)
frontend/src/icons/SVGicon.js:48
FunctiongetViewBox
frontend/src/icons/SVGicon.js:3
FunctiongqlErrors
frontend/src/components/Errors/ErrorMessage.js:21
FunctionhandleDelete
frontend/src/components/User/DeleteUser.js:10
FunctionisUserLikeShot
(root, { shotId }, context, info)
backend/src/resolvers/Query.js:29
Functionshots
(root, args, context, info)
backend/src/resolvers/Query.js:4
Functionuser
(root, args, context, info)
backend/src/resolvers/AuthPayload.js:1
FunctionwithSesstion
frontend/src/lib/withSession.js:5