MCPcopy Create free account

hub / github.com/burakorkmez/mern-netflix-clone / functions

Functions59 in github.com/burakorkmez/mern-netflix-clone

↓ 13 callersFunctionfetchFromTMDB
(url)
backend/services/tmdb.service.js:4
↓ 3 callersFunctionhandleTabClick
(tab)
frontend/src/pages/SearchPage.jsx:17
↓ 2 callersFunctiongenerateTokenAndSetCookie
(userId, res)
backend/utils/generateToken.js:4
↓ 1 callersFunctionauthCheck
(req, res)
backend/controllers/auth.controller.js:109
↓ 1 callersFunctionconnectDB
()
backend/config/db.js:4
↓ 1 callersFunctionformatDate
(dateString)
frontend/src/pages/SearchHistoryPage.jsx:8
↓ 1 callersFunctionformatReleaseDate
(date)
frontend/src/utils/dateFunction.js:1
↓ 1 callersFunctiongetContent
()
frontend/src/components/MovieSlider.jsx:20
↓ 1 callersFunctiongetContentDetails
()
frontend/src/pages/WatchPage.jsx:54
↓ 1 callersFunctiongetSearchHistory
()
frontend/src/pages/SearchHistoryPage.jsx:27
↓ 1 callersFunctiongetSimilarContent
()
frontend/src/pages/WatchPage.jsx:39
↓ 1 callersFunctiongetTrailers
()
frontend/src/pages/WatchPage.jsx:24
↓ 1 callersFunctiongetTrendingContent
()
frontend/src/hooks/useGetTrendingContent.jsx:10
↓ 1 callersFunctionhandleDelete
(entry)
frontend/src/pages/SearchHistoryPage.jsx:38
↓ 1 callersFunctionlogin
(req, res)
backend/controllers/auth.controller.js:65
↓ 1 callersFunctionsignup
(req, res)
backend/controllers/auth.controller.js:5
↓ 1 callersFunctionuseGetTrendingContent
()
frontend/src/hooks/useGetTrendingContent.jsx:5
FunctionApp
()
frontend/src/App.jsx:15
FunctionAuthScreen
()
frontend/src/pages/home/AuthScreen.jsx:5
FunctionFooter
()
frontend/src/components/Footer.jsx:1
FunctionHomePage
()
frontend/src/pages/home/HomePage.jsx:5
FunctionHomeScreen
()
frontend/src/pages/home/HomeScreen.jsx:10
FunctionLoginPage
()
frontend/src/pages/LoginPage.jsx:5
FunctionMovieSlider
({ category })
frontend/src/components/MovieSlider.jsx:8
FunctionNavbar
()
frontend/src/components/Navbar.jsx:7
FunctionNotFoundPage
()
frontend/src/pages/404.jsx:3
FunctionSearchHistoryPage
()
frontend/src/pages/SearchHistoryPage.jsx:23
FunctionSearchPage
()
frontend/src/pages/SearchPage.jsx:10
FunctionSignUpPage
()
frontend/src/pages/SignUpPage.jsx:5
FunctionWatchPage
()
frontend/src/pages/WatchPage.jsx:12
FunctionWatchPageSkeleton
()
frontend/src/components/skeletons/WatchPageSkeleton.jsx:1
FunctiongetMovieDetails
(req, res)
backend/controllers/movie.controller.js:28
FunctiongetMovieTrailers
(req, res)
backend/controllers/movie.controller.js:14
FunctiongetMoviesByCategory
(req, res)
backend/controllers/movie.controller.js:52
FunctiongetSearchHistory
(req, res)
backend/controllers/search.controller.js:94
FunctiongetSimilarMovies
(req, res)
backend/controllers/movie.controller.js:42
FunctiongetSimilarTvs
(req, res)
backend/controllers/tv.controller.js:42
FunctiongetTrendingMovie
(req, res)
backend/controllers/movie.controller.js:3
FunctiongetTrendingTv
(req, res)
backend/controllers/tv.controller.js:3
FunctiongetTvDetails
(req, res)
backend/controllers/tv.controller.js:28
FunctiongetTvTrailers
(req, res)
backend/controllers/tv.controller.js:14
FunctiongetTvsByCategory
(req, res)
backend/controllers/tv.controller.js:52
FunctionhandleFormSubmit
(e)
frontend/src/pages/home/AuthScreen.jsx:9
FunctionhandleLogin
(e)
frontend/src/pages/LoginPage.jsx:11
FunctionhandleNext
()
frontend/src/pages/WatchPage.jsx:70
FunctionhandlePrev
()
frontend/src/pages/WatchPage.jsx:73
FunctionhandleSearch
(e)
frontend/src/pages/SearchPage.jsx:23
FunctionhandleSignUp
(e)
frontend/src/pages/SignUpPage.jsx:15
Functionlogout
(req, res)
backend/controllers/auth.controller.js:99
FunctionprotectRoute
(req, res, next)
backend/middleware/protectRoute.js:5
FunctionremoveItemFromSearchHistory
(req, res)
backend/controllers/search.controller.js:102
FunctionscrollLeft
()
frontend/src/components/MovieSlider.jsx:28
FunctionscrollLeft
()
frontend/src/pages/WatchPage.jsx:77
FunctionscrollRight
()
frontend/src/components/MovieSlider.jsx:33
FunctionscrollRight
()
frontend/src/pages/WatchPage.jsx:80
FunctionsearchMovie
(req, res)
backend/controllers/search.controller.js:34
FunctionsearchPerson
(req, res)
backend/controllers/search.controller.js:4
FunctionsearchTv
(req, res)
backend/controllers/search.controller.js:64
FunctiontoggleMobileMenu
()
frontend/src/components/Navbar.jsx:11