MCPcopy Create free account

hub / github.com/azhavrid/movie-swiper / functions

Functions321 in github.com/azhavrid/movie-swiper

MethodgetJSMainModuleName
()
android/app/src/main/java/com/movieswiper/MainApplication.java:31
FunctiongetMovieAccountStateApi
({ movieId, sessionId }: MovieIdParam & UserIdsParams)
src/api/movies.ts:33
FunctiongetMovieDetailsApi
({ movieId }: MovieIdParam)
src/api/movies.ts:36
FunctiongetMovieListEmptyIcon
()
src/helpers/icons.tsx:67
FunctiongetMovieRecommendationsApi
({ movieId, page }: MovieIdParam & PageParam)
src/api/movies.ts:38
FunctiongetMoviesBySearchQueryApi
({ query, page }: { query: string } & PageParam)
src/api/movies.ts:51
MethodgetPackages
()
android/app/src/main/java/com/movieswiper/MainApplication.java:22
FunctiongetPopularMoviesApi
({ page }: GetMovieListApiParams)
src/api/movies.ts:64
MethodgetReactNativeHost
()
android/app/src/main/java/com/movieswiper/MainApplication.java:37
FunctiongetState
()
src/redux/StoreService.ts:13
FunctiongetTopRatedMoviesApi
({ page }: GetMovieListApiParams)
src/api/movies.ts:67
FunctiongetTrendingDailyMoviesApi
({ page }: GetMovieListApiParams)
src/api/movies.ts:70
FunctiongetTrendingWeeklyMoviesApi
({ page }: GetMovieListApiParams)
src/api/movies.ts:73
MethodgetUseDeveloperSupport
()
android/app/src/main/java/com/movieswiper/MainApplication.java:17
FunctiongetW300ImageUrl
(imagePath: string)
src/api/urls.ts:12
FunctiongetW45ImageUrl
(imagePath: string)
src/api/urls.ts:9
FunctiongetW500ImageUrl
(imagePath: string)
src/api/urls.ts:13
FunctiongetW92ImageUrl
(imagePath: string)
src/api/urls.ts:10
FunctiongetWatchlistMoviesApi
({ page, accountId, sessionId }: GetMovieListApiParams)
src/api/movies.ts:59
FunctionhandleNetworkReduxErrorSaga
({ reDispatchConfig }: HandleNetworkReduxError)
src/redux/network/sagas.ts:54
FunctioninitiateNetworkMonitoringSaga
({}: InitiateNetworkMonitoring)
src/redux/network/sagas.ts:18
FunctionisBadMovieRating
(rating: number)
src/utils/movies.ts:29
FunctionisEnoughMovieInfo
(movie: MovieApiResponse)
src/utils/movies.ts:36
FunctionisSameActionsByType
(actionA: AnyAction, actionB: AnyAction)
src/redux/network/utils.ts:3
FunctionisSameSectionRequest
(actionA: SectionAction, actionB: SectionAction)
src/redux/sections/utils.ts:3
FunctionlogOutSaga
()
src/redux/auth/sagas.ts:94
FunctionmakeMapStateToProps
(state: RootState, props: PropsWithoutRedux)
src/components/movie/MoviePreview.tsx:102
FunctionmakeMapStateToProps
(state: RootState, props: OwnProps)
src/components/movie/MovieCard.tsx:156
FunctionmakeMapStateToProps
(state: RootState, props: PropsWithoutRedux)
src/screens/movie/MovieDetailsScreen.tsx:68
FunctionmakeMapStateToProps
(state: RootState, props: PropsWithoutRedux)
src/screens/movie/SectionListScreen.tsx:64
FunctionmapStateToProps
()
src/Application.tsx:44
FunctionmapStateToProps
(state: RootState)
src/components/AuthenticatedLock.tsx:24
FunctionmapStateToProps
(state: RootState)
src/components/NavbarWrapper.tsx:52
FunctionmapStateToProps
(state: RootState, ownProps: OwnProps)
src/components/movie/SectionHorizontalScroll.tsx:77
FunctionmapStateToProps
(state: RootState, props: OwnProps)
src/components/movie/MovieInlinePreview.tsx:78
FunctionmapStateToProps
(state: RootState)
src/components/movie/MovieSearchWrapper.tsx:133
FunctionmapStateToProps
()
src/components/movie/BrowseSections.tsx:48
FunctionmapStateToProps
(state: RootState)
src/components/movie/ExploreMovieDeck.tsx:58
FunctionmapStateToProps
()
src/components/movie/MovieDetailsButtons.tsx:93
FunctionmapStateToProps
(state: RootState)
src/screens/SplashScreen.tsx:27
FunctionmapStateToProps
(state: RootState)
src/screens/SettingsScreen.tsx:54
FunctionmapStateToProps
(state: RootState)
src/screens/ExploreScreen.tsx:44
FunctionmapStateToProps
(state: RootState)
src/screens/auth/AuthWelcome.tsx:112
FunctionmapStateToProps
(state: RootState)
src/screens/auth/AuthLogin.tsx:130
FunctionmovieIdsKeyExtractor
(movieId: MovieId)
src/utils/movies.ts:14
FunctionmovieSwiped
({}: ExploreMovieSwiped)
src/redux/explore/sagas.ts:85
FunctionmoviesReducer
(state: SectionState | undefined = initialState, action: SectionAction)
src/redux/sections/reducer.ts:108
FunctionmoviesReducer
(state: MovieState | undefined = initialState, action: MoviesAction)
src/redux/movies/reducer.ts:126
FunctionmoviesSelector
(state: RootState)
src/redux/movies/selectors.ts:7
Functionnavigate
(routeName: string, options?: NavigationNavigateActionPayload)
src/routes/NavigationService.ts:15
FunctionnavigateToSettings
()
src/screens/LibraryScreen.tsx:26
FunctionnetworkReducer
(state: NetworkState | undefined = initialState, action: NetworkAction)
src/redux/network/reducer.ts:78
FunctionnetworkStateSelector
(state: RootState)
src/redux/network/selectors.ts:5
MethodonCreate
(Bundle savedInstanceState)
android/app/src/main/java/com/movieswiper/MainActivity.java:22
MethodonCreate
()
android/app/src/main/java/com/movieswiper/MainApplication.java:42
FunctiononImageLoad
(event: OnLoadEvent)
src/components/ProgressiveImage.tsx:27
MethodonPress
()
src/screens/LibraryScreen.tsx:42
MethodonResponder
()
src/components/movie/MovieSearchWrapper.tsx:61
FunctionprefetchImages
(urls: string[])
src/utils/network.ts:18
FunctionpreloadExploreImagesSaga
()
src/redux/explore/sagas.ts:92
FunctionrefreshSectionRequestSaga
(action: RefreshSectionRequest)
src/redux/sections/sagas.ts:24
Methodrender
()
src/Application.tsx:34
Methodrender
()
src/components/Deck.tsx:226
Methodrender
()
src/components/SearchInput.tsx:71
Methodrender
()
src/components/ImageOpacityCycler.tsx:103
Methodrender
()
src/components/InfoBlock.tsx:18
Methodrender
()
src/components/Header.tsx:23
Methodrender
()
src/components/CircleLoadingIndicator.tsx:48
Methodrender
()
src/components/BlockButton.tsx:24
Methodrender
()
src/components/OpacityHeader.tsx:20
Methodrender
()
src/components/LoginInput.tsx:46
Methodrender
()
src/components/InnerShadow.tsx:78
Methodrender
()
src/components/AuthenticatedLock.tsx:17
Methodrender
()
src/components/AppToast.tsx:20
Methodrender
()
src/components/AppToast.tsx:85
Methodrender
()
src/components/hoc/withDelayedLoading.tsx:22
Methodrender
()
src/components/movie/MoviePreview.tsx:72
Methodrender
()
src/components/movie/MovieDetails.tsx:43
Methodrender
()
src/components/movie/MovieCardSwipeLabels.tsx:15
Methodrender
()
src/components/movie/MovieDeck.tsx:34
Methodrender
()
src/components/movie/MovieList.tsx:60
Methodrender
()
src/components/movie/SectionHorizontalScroll.tsx:33
Methodrender
()
src/components/movie/MovieInlinePreview.tsx:37
Methodrender
()
src/components/movie/MovieCard.tsx:104
Methodrender
()
src/components/movie/MoviesHorizontalFlatList.tsx:30
Methodrender
()
src/components/movie/MovieSearchWrapper.tsx:115
Methodrender
()
src/components/movie/MovieGenres.tsx:22
Methodrender
()
src/components/movie/BrowseSections.tsx:29
Methodrender
()
src/components/movie/ExploreMovieDeck.tsx:41
Methodrender
()
src/components/movie/MovieDetailsButtons.tsx:44
Methodrender
()
src/components/common/TouchableScale.tsx:76
Methodrender
()
src/components/common/TouchableHighlightView.tsx:42
Methodrender
()
src/screens/SplashScreen.tsx:22
Methodrender
()
src/screens/LibraryScreen.tsx:53
Methodrender
()
src/screens/BrowseScreen.tsx:14
Methodrender
()
src/screens/SettingsScreen.tsx:26
Methodrender
()
src/screens/ExploreScreen.tsx:32
Methodrender
()
src/screens/auth/AuthWelcome.tsx:44
Methodrender
()
src/screens/auth/AuthLogin.tsx:77
Methodrender
()
src/screens/movie/MovieDetailsScreen.tsx:57
← previousnext →201–300 of 321, ranked by callers