MCPcopy Create free account

hub / github.com/Michael24884/Yakitori / functions

Functions151 in github.com/Michael24884/Yakitori

↓ 23 callersMethodget
* @summary perform @GET request with config * @param url * * @returns Either Axios response with generic data: T or @RemoteException if faile
src/core/api/RxRemoteProvider.ts:26
↓ 6 callersMethodgetToken
()
src/data/data-source/LocalAuthenticationDataSource.ts:10
↓ 5 callersMethodsaveToken
(username: string, token: string)
src/data/data-source/LocalAuthenticationDataSource.ts:8
↓ 5 callersMethodsignIn
* @method signIn * * @description Sign in user with phone
src/data/data-source/AuthenticationDataSource.ts:15
↓ 4 callersFunctionsimklPosterGenerator
(posterPath?: string, imageType: SimklImageType = 'POSTER' )
src/core/utils/simklPoster.ts:4
↓ 3 callersMethodpost
* @summary perform @POST request with config * @param url * @param data * * @returns Either Axios response with generic data: T or @Remote
src/core/api/RxRemoteProvider.ts:18
↓ 3 callersMethodrequest
(requestConfig: AxiosRequestConfig)
src/core/api/RxRemoteProvider.ts:58
↓ 3 callersFunctionuseTheme
()
src/presentation/hook/share-state/useTheme.ts:14
↓ 2 callersFunctionaddEpic
(epic: Epic)
src/presentation/shared-state/redux/epic.ts:30
↓ 2 callersMethodcall
(param?: Params)
src/core/use-case/UseCase.ts:4
↓ 2 callersMethodgetAllTimeBest
()
src/data/data-source/simkl/SimklRemoteDataSource.ts:9
↓ 2 callersMethodgetAllTimeBestRating
()
src/data/data-source/simkl/SimklRemoteDataSource.ts:10
↓ 2 callersMethodgetDetailData
(id: number)
src/data/data-source/simkl/SimklRemoteDataSource.ts:11
↓ 2 callersFunctionregisterDependencies
()
src/di/AppModule.ts:9
↓ 2 callersFunctionregisterFlyValue
()
src/di/AppModule.ts:15
↓ 2 callersMethodrequest
(requestConfig: AxiosRequestConfig)
src/core/api/SimklRemoteProvider.ts:27
↓ 1 callersFunctionadvanceOneFrame
()
__mocks__/time-travel.js:6
↓ 1 callersFunctionconfigureStore
()
src/presentation/shared-state/redux/store.ts:10
↓ 1 callersFunctioncreateEpicManager
( dependencies: RootEpicDependency = {}, ...epics: Epic[] )
src/presentation/shared-state/redux/epic.ts:14
↓ 1 callersFunctioncreateReducerManager
(reducerMap: ReducerMap)
src/presentation/shared-state/redux/reducer.ts:7
↓ 1 callersMethoddelete
* @summary perform @DELETE request with config * @param url * * @returns Either Axios response with generic data: T or @RemoteException if fa
src/core/api/RxRemoteProvider.ts:43
↓ 1 callersFunctionemptyItem
()
src/presentation/component/listing/ListView.tsx:32
↓ 1 callersFunctionfooter
()
src/presentation/component/listing/ListView.tsx:39
↓ 1 callersMethodgetLatestPremeries
()
src/data/data-source/simkl/SimklRemoteDataSource.ts:7
↓ 1 callersMethodgetPosters
()
src/data/repository/SimklRepository.ts:17
↓ 1 callersMethodgetPremeiere
()
src/data/repository/SimklRepository.ts:13
↓ 1 callersMethodgetReactNativeHost
()
android/app/src/main/java/com/yakitori/MainApplication.java:40
↓ 1 callersMethodgetToken
* @summary get token by key * @param key * @returns token's saved before
src/domain/repository/AuthenticationRepository.ts:17
↓ 1 callersMethodgetTopAired
()
src/data/data-source/simkl/SimklRemoteDataSource.ts:8
↓ 1 callersFunctionhotDetailEpic
(actions: DetailActions)
src/presentation/container/authorized/detail/Detail.epic.ts:10
↓ 1 callersMethodinitializeFlipper
Loads Flipper in React Native templates. Call this in the onCreate method with something like initializeFlipper(this, getReactNativeHost().getReactIns
android/app/src/main/java/com/yakitori/MainApplication.java:59
↓ 1 callersMethodlocalSignIn
()
src/domain/use-case/authentication/SignIn.use-case.ts:24
↓ 1 callersMethodput
* @summary perform @PUT request with config * @param url * @param data * * @returns Either Axios response with generic data: T or @RemoteE
src/core/api/RxRemoteProvider.ts:35
↓ 1 callersFunctionregisterDataDependencies
()
src/di/DataModule.ts:11
↓ 1 callersFunctionregisterRepositoryDependencies
()
src/di/RepositoryModule.ts:5
↓ 1 callersFunctionregisterUseCase
()
src/di/UseCaseModule.ts:5
↓ 1 callersMethodremoteSignIn
(param?: any)
src/domain/use-case/authentication/SignIn.use-case.ts:34
↓ 1 callersFunctionrenderPrefix
()
src/presentation/component/label/IconLabel.tsx:25
↓ 1 callersFunctionrenderPrefix
()
src/presentation/component/input/TextField.tsx:39
↓ 1 callersFunctionrenderStack
()
src/presentation/navigation/RootNavigator.tsx:28
↓ 1 callersFunctionrenderSuffix
()
src/presentation/component/input/TextField.tsx:49
↓ 1 callersFunctionreplaceAll
(raw, regex, replace)
script/asset-icon-generator.script.js:17
↓ 1 callersMethodsaveToken
* @summary save the token with key * @param key identify with other token * @param token * @returns boolean variable to indicate that success
src/domain/repository/AuthenticationRepository.ts:25
↓ 1 callersMethodsignIn
* @summary sign the @credential with remote api * @param credential * @return signed token of credential
src/domain/repository/AuthenticationRepository.ts:10
↓ 1 callersFunctionuseDetailModel
( actions: DetailActions, detailSelector: DetailSelector, id: number, )
src/presentation/container/authorized/detail/Detail.hooks.ts:13
↓ 1 callersFunctionuseHomeModel
()
src/presentation/container/authorized/home/Home.hooks.ts:20
↓ 1 callersFunctionuseSignIn
(handle: SignInHandle)
src/presentation/container/authentication/sign-in/SignIn.hooks.ts:13
↓ 1 callersFunctionwithHotEnhanceRedux
( composer: HotReduxComposer<Actions, Selector>, )
src/presentation/hoc/withHotEnhanceRedux.hoc.tsx:26
↓ 1 callersFunctionwithHotRedux
( reducerKey: string, reducer: Reducer, epic: Epic, )
src/presentation/hoc/withHotRedux.hoc.tsx:8
FunctionApp
()
App.tsx:26
FunctionAuthenticationNavigator
()
src/presentation/navigation/AuthenticationStack.tsx:10
FunctionAuthorizedNavigator
()
src/presentation/navigation/AuthorizedStack.tsx:23
FunctionCarousel
(props)
src/presentation/component/listing/Carousel.tsx:16
FunctionEmptyListView
(props)
src/presentation/component/listing/EmptyListView.tsx:11
FunctionFeatureItemCells
(props)
src/presentation/component/listing/FeatureList.tsx:71
FunctionFeatureList
(props)
src/presentation/component/listing/FeatureList.tsx:27
FunctionListView
(props)
src/presentation/component/listing/ListView.tsx:17
FunctionRootNavigator
()
src/presentation/navigation/RootNavigator.tsx:17
FunctionSkeletonLoadingItem
()
src/presentation/component/listing/SkeletonLoadingItem.tsx:5
FunctionStackNavigator
()
src/presentation/navigation/AuthorizedStack.tsx:15
FunctionTextButton
(props)
src/presentation/component/button/TextButton.tsx:11
FunctionTextField
(props)
src/presentation/component/input/TextField.tsx:28
Function_CarouselCells
(props)
src/presentation/component/listing/Carousel.tsx:42
Function_Detail
(props)
src/presentation/container/authorized/detail/Detail.view.tsx:17
Function_Divider
()
src/presentation/component/misc/Divider.tsx:4
Function_FlatButton
(props)
src/presentation/component/button/FlatButton.tsx:12
Function_FullScreenLoadingIndicator
( props, )
src/presentation/component/indicator/FullScreenLoadingIndicator.tsx:8
Function_Home
(props)
src/presentation/container/authorized/home/Home.view.tsx:17
Function_IconLabel
(props)
src/presentation/component/label/IconLabel.tsx:23
Function_RoundedButton
(props)
src/presentation/component/button/RoundedButton.tsx:13
Function_SignIn
(props)
src/presentation/container/authentication/sign-in/SignIn.view.tsx:9
Function_TextView
(props)
src/presentation/component/label/TextView.tsx:8
Function_YakiimoImage
(props)
src/presentation/component/image/YakiimoImage.tsx:13
Function_rowRenderer
(_: string | number, data: SimklItemModels)
src/presentation/component/listing/FeatureList.tsx:46
Function_rowRenderer
(_: string | number, data: SimklHomeItemModels)
src/presentation/component/listing/Carousel.tsx:27
Methodcall
(param?: any)
src/domain/use-case/authentication/SignIn.use-case.ts:17
MethodcomponentDidCatch
()
src/presentation/component/boundary/ErrorBoundary.tsx:18
MethodcomponentWillUnmount
()
src/presentation/hoc/withHotEnhanceRedux.hoc.tsx:45
Methodconstructor
(config: AxiosRequestConfig)
src/core/api/RxRemoteProvider.ts:54
Methodconstructor
(private readonly clientID: string)
src/core/api/SimklRemoteProvider.ts:17
Methodconstructor
(private readonly raw: Raw)
src/core/error/Exception.ts:9
Methodconstructor
(private readonly raw: Raw)
src/core/error/Exception.ts:23
Methodconstructor
( @inject('LocalAuthenticationDataSource') private readonly localDataSource: LocalAuthenticationDataSo
src/data/repository/AuthenticationRepository.ts:15
Methodconstructor
( @inject('RemoteSimklDataSource') private readonly dataSource: RemoteSimklDataSource, )
src/data/repository/SimklRepository.ts:7
Methodconstructor
( @inject('ApiProvider') private readonly provider: RxRemoteProvider, )
src/data/data-source/AuthenticationDataSource.ts:21
Methodconstructor
( @inject('SimklApiProvider') private readonly simklProvider: SimklRemoteProvider, )
src/data/data-source/simkl/SimklRemoteDataSource.ts:18
Methodconstructor
( @inject('AuthenticationRepository') private readonly authenticationRepository: AuthenticationReposit
src/domain/use-case/authentication/SignIn.use-case.ts:12
Methodconstructor
(props: ErrorBoundaryProps)
src/presentation/component/boundary/ErrorBoundary.tsx:14
Methodconstructor
(props: any)
src/presentation/hoc/withHotRedux.hoc.tsx:14
Methodconstructor
(props: any)
src/presentation/hoc/withHotEnhanceRedux.hoc.tsx:34
MethodcreateReactActivityDelegate
()
android/app/src/main/java/com/yakitori/MainActivity.java:12
MethodcreateRootView
()
android/app/src/main/java/com/yakitori/MainActivity.java:15
Methoddelete
(url: string)
src/core/api/RxRemoteProvider.ts:87
Methoddelete
(url: string)
src/core/api/SimklRemoteProvider.ts:48
FunctiondetailSelector
({ Detail = INITIAL_STATE})
src/presentation/container/authorized/detail/Detail.hooks.ts:11
Functiongen
(folder)
script/asset-icon-generator.script.js:24
Methodget
(url: string)
src/core/api/RxRemoteProvider.ts:77
Methodget
(url: string)
src/core/api/SimklRemoteProvider.ts:39
MethodgetAllTimeBest
()
src/data/repository/SimklRepository.ts:21
MethodgetAllTimeBest
()
src/data/data-source/simkl/SimklRemoteDataSource.ts:53
next →1–100 of 151, ranked by callers