MCPcopy Create free account

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

Functions321 in github.com/azhavrid/movie-swiper

↓ 1 callersFunctiongetW1280ImageUrl
(imagePath: string)
src/api/urls.ts:15
↓ 1 callersFunctiongetW780ImageUrl
(imagePath: string)
src/api/urls.ts:14
↓ 1 callersFunctionhandleNetworkReduxError
(state: NetworkState, action: HandleNetworkReduxError)
src/redux/network/reducer.ts:43
↓ 1 callersFunctionhexToRgb
(hex?: string)
src/utils/colors.ts:1
↓ 1 callersMethodinitializeFlipper
Loads Flipper in React Native templates. @param context
android/app/src/main/java/com/movieswiper/MainApplication.java:54
↓ 1 callersFunctioninitiateNetworkMonitoring
()
src/redux/network/actions.ts:26
↓ 1 callersFunctionisNetworkError
(error: any)
src/utils/network.ts:4
↓ 1 callersFunctionisNormalMovieRating
(rating: number)
src/utils/movies.ts:28
↓ 1 callersFunctionisServerError
(error: AxiosError)
src/utils/network.ts:6
↓ 1 callersFunctionlogOut
()
src/redux/auth/reducer.ts:85
↓ 1 callersFunctionlogoutReducer
(inputState: RootState, action: RootAction)
src/redux/reducer.ts:51
↓ 1 callersFunctionnetworkReduxErrorsResolved
(state: NetworkState, {}: NetworkReduxErrorsResolved)
src/redux/network/reducer.ts:61
↓ 1 callersFunctionnetworkReduxErrorsResolved
()
src/redux/network/actions.ts:59
↓ 1 callersFunctionnetworkStateChanged
(state: NetworkState, action: NetworkStateChanged)
src/redux/network/reducer.ts:27
↓ 1 callersFunctionnetworkStateChanged
(networkState: NetInfoState)
src/redux/network/actions.ts:41
↓ 1 callersFunctionnormalizeMovie
(movie: ParsedMovie)
src/utils/movies.ts:51
↓ 1 callersFunctionnormalizeMovies
(movies: MovieApiResponse[] = [])
src/utils/movies.ts:40
↓ 1 callersFunctionprefetchImage
(url: string)
src/utils/network.ts:16
↓ 1 callersFunctionrefreshSectionRequest
(state: SectionState, action: RefreshSectionRequest)
src/redux/sections/reducer.ts:35
↓ 1 callersFunctionrefreshSectionSuccess
(state: SectionState, action: RefreshSectionSuccess)
src/redux/sections/reducer.ts:50
↓ 1 callersFunctionrefreshSectionSuccess
(params: SuccessSectionFetchParams)
src/redux/sections/actions.ts:34
↓ 1 callersMethodrenderMoviePreview
()
src/components/movie/MoviePreview.tsx:57
↓ 1 callersFunctionsearchMoviesPaginationFetch
(state: SearchState, {}: SearchMoviesPaginationFetch)
src/redux/search/reducer.ts:67
↓ 1 callersFunctionsearchMoviesPaginationFetch
()
src/redux/search/actions.ts:60
↓ 1 callersFunctionsearchMoviesPaginationSuccess
(state: SearchState, action: SearchMoviesPaginationSuccess)
src/redux/search/reducer.ts:78
↓ 1 callersFunctionsearchMoviesPaginationSuccess
(movieIds: MovieId[], isLastPage: boolean)
src/redux/search/actions.ts:66
↓ 1 callersFunctionsearchMoviesRequest
(state: SearchState, {}: SearchMoviesRequest)
src/redux/search/reducer.ts:44
↓ 1 callersFunctionsearchMoviesRequest
()
src/redux/search/actions.ts:38
↓ 1 callersFunctionsearchMoviesRequestSlow
(state: SearchState, {}: SearchMoviesRequestSlow)
src/redux/search/reducer.ts:51
↓ 1 callersFunctionsearchMoviesRequestSlow
()
src/redux/search/actions.ts:43
↓ 1 callersFunctionsearchMoviesSuccess
(state: SearchState, action: SearchMoviesSuccess)
src/redux/search/reducer.ts:56
↓ 1 callersFunctionsearchMoviesSuccess
(movieIds: MovieId[], isLastPage: boolean)
src/redux/search/actions.ts:48
↓ 1 callersFunctionsearchTextChanged
(state: SearchState, action: SearchTextChanged)
src/redux/search/reducer.ts:33
↓ 1 callersFunctionstopNetworkMonitoring
()
src/redux/network/actions.ts:31
↓ 1 callersFunctionvalidatePassword
(password: string)
src/utils/validators.ts:23
↓ 1 callersFunctionvalidateUsername
(username: string)
src/utils/validators.ts:16
FunctionAppContainer
()
src/AppContainer.tsx:8
FunctionAppText
(props: Props)
src/components/common/AppText.tsx:16
FunctionFooterLoading
()
src/components/FooterLoading.tsx:7
FunctionGuestInfo
()
src/components/GuestInfo.tsx:9
FunctionIconButton
({ text, Icon, ...props })
src/components/common/IconButton.tsx:16
FunctionMovieBackdropWithTitle
src/components/movie/MovieBackdropWithTitle.tsx:21
FunctionMovieCardPosterImage
({ path, style }: Props)
src/components/movie/MovieCardPosterImage.tsx:19
FunctionMovieScoreYear
({ score, year, style })
src/components/movie/MovieScoreYear.tsx:16
FunctionMovieUserScore
({ score, style, ...props })
src/components/movie/MovieUserScore.tsx:15
FunctionNavbarButtonWrapper
({ children, style, onPress })
src/components/NavbarButtonWrapper.tsx:8
FunctionNavbarWrapper
(props: Props)
src/components/NavbarWrapper.tsx:20
FunctionPageSpinner
({ onRequestClose, visible })
src/components/common/PageSpinner.tsx:17
FunctionPrimaryButton
src/components/common/PrimaryButton.tsx:20
FunctionProgressiveImage
(props: Props)
src/components/ProgressiveImage.tsx:22
FunctionScreenWrapper
src/components/ScreenWrapper.tsx:10
FunctionSecondaryButton
src/components/common/SecondaryButton.tsx:11
FunctionStatusBarSpacer
()
src/components/common/StatusBarSpacer.tsx:6
FunctionSwipeLabel
(props: Props)
src/components/movie/SwipeLabel.tsx:15
FunctionTextButton
src/components/common/TextButton.tsx:19
FunctionafterRehydrateSaga
({}: AfterRehydrate)
src/redux/rehydrate/sagas.ts:7
FunctionauthReducer
(state: AuthState | undefined = initialState, action: AuthAction | AfterRehydrate)
src/redux/auth/reducer.ts:94
FunctionauthStateSelector
(state: RootState)
src/redux/auth/selectors.ts:7
FunctionchangeMovieStatusApi
(params: ChangeMovieStatusApiParams)
src/api/movies.ts:41
FunctionchangeMovieStatusSaga
({ movieId, status, statusType, onSuccess, onError }: ChangeMovieStatusRequest)
src/redux/movies/sagas.ts:80
FunctioncheckNetworkConnection
()
src/redux/network/actions.ts:36
FunctioncheckSlowSearchRequestSaga
()
src/redux/search/sagas.ts:66
FunctionclearSearchResultsSaga
({}: ClearSearchResults)
src/redux/search/sagas.ts:45
MethodcomponentDidMount
()
src/Application.tsx:20
MethodcomponentDidMount
()
src/components/CircleLoadingIndicator.tsx:25
MethodcomponentDidMount
()
src/components/hoc/withDelayedLoading.tsx:18
MethodcomponentDidMount
()
src/components/movie/MovieSearchWrapper.tsx:41
MethodcomponentDidMount
()
src/components/movie/BrowseSections.tsx:16
MethodcomponentDidMount
()
src/components/movie/ExploreMovieDeck.tsx:16
MethodcomponentDidMount
()
src/screens/SplashScreen.tsx:16
MethodcomponentDidMount
()
src/screens/ExploreScreen.tsx:27
MethodcomponentDidMount
()
src/screens/movie/MovieDetailsScreen.tsx:36
MethodcomponentDidMount
()
src/screens/movie/SectionListScreen.tsx:31
MethodcomponentWillUnmount
()
src/Application.tsx:28
MethodcomponentWillUnmount
()
src/components/movie/MovieSearchWrapper.tsx:45
FunctioncreateAuthenticatedSessionApi
(params: CreateAuthenticatedSessionApiParams)
src/api/auth.ts:65
FunctioncreateAuthenticatedSessionSaga
({ username, password, onSuccess, onError, }: CreateAuthenticatedSessionRequest)
src/redux/auth/sagas.ts:48
FunctioncreateGuestSessionApi
()
src/api/auth.ts:57
FunctioncreateGuestSessionSaga
({ onError, onSuccess }: CreateGuestSessionRequest)
src/redux/auth/sagas.ts:31
MethodcreateReactActivityDelegate
()
android/app/src/main/java/com/movieswiper/MainActivity.java:28
FunctioncreateRequestTokenApi
()
src/api/auth.ts:60
MethodcreateRootView
()
android/app/src/main/java/com/movieswiper/MainActivity.java:31
FunctioncreateSessionSuccessSaga
()
src/redux/auth/sagas.ts:90
Functiondispatch
(action: RootAction)
src/redux/StoreService.ts:15
FunctionexploreMoviesLoadRequestSaga
({}: ExploreMoviesLoadRequest)
src/redux/explore/sagas.ts:39
FunctionexploreMoviesLoadSaga
(action: ExploreMoviesLoad)
src/redux/explore/sagas.ts:55
FunctionexploreReducer
( state: ExploreState | undefined = initialState, action: ExploreAction | AfterRehydrate, )
src/redux/explore/reducer.ts:75
FunctionexploreStateSelector
(state: RootState)
src/redux/explore/selectors.ts:5
FunctionfetchDetailedMovieSaga
(action: FetchDetailedMovieRequest)
src/redux/movies/sagas.ts:28
FunctionfetchMovieAccountStateSaga
(action: FetchMovieAccountStateRequest)
src/redux/movies/sagas.ts:41
FunctionfetchMovieRecommendationsSaga
(action: FetchMovieRecommendationsRequest)
src/redux/movies/sagas.ts:61
FunctionfetchSectionNextPageRequestSaga
(action: FetchSectionNextPageRequest)
src/redux/sections/sagas.ts:44
FunctionfetchSectionNextPageSaga
(action: FetchSectionNextPage)
src/redux/sections/sagas.ts:54
FunctionfromRightWithFade
()
src/routes/transitions.ts:4
FunctionfullHeaderHeight
()
src/theme.ts:73
FunctiongetAccountDetailsApi
(params: GetAccountDetailsApiParams)
src/api/auth.ts:68
FunctiongetEmptySearchIcon
()
src/helpers/icons.tsx:46
FunctiongetFavoriteMoviesApi
({ page, accountId, sessionId }: GetMovieListApiParams)
src/api/movies.ts:54
FunctiongetGuestInfoIcon
()
src/helpers/icons.tsx:51
FunctiongetInitialSearchIcon
()
src/helpers/icons.tsx:48
← previousnext →101–200 of 321, ranked by callers