Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Michael24884/Yakitori
/ functions
Functions
151 in github.com/Michael24884/Yakitori
⨍
Functions
151
◇
Types & classes
90
↓ 23 callers
Method
get
* @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 callers
Method
getToken
()
src/data/data-source/LocalAuthenticationDataSource.ts:10
↓ 5 callers
Method
saveToken
(username: string, token: string)
src/data/data-source/LocalAuthenticationDataSource.ts:8
↓ 5 callers
Method
signIn
* @method signIn * * @description Sign in user with phone
src/data/data-source/AuthenticationDataSource.ts:15
↓ 4 callers
Function
simklPosterGenerator
(posterPath?: string, imageType: SimklImageType = 'POSTER' )
src/core/utils/simklPoster.ts:4
↓ 3 callers
Method
post
* @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 callers
Method
request
(requestConfig: AxiosRequestConfig)
src/core/api/RxRemoteProvider.ts:58
↓ 3 callers
Function
useTheme
()
src/presentation/hook/share-state/useTheme.ts:14
↓ 2 callers
Function
addEpic
(epic: Epic)
src/presentation/shared-state/redux/epic.ts:30
↓ 2 callers
Method
call
(param?: Params)
src/core/use-case/UseCase.ts:4
↓ 2 callers
Method
getAllTimeBest
()
src/data/data-source/simkl/SimklRemoteDataSource.ts:9
↓ 2 callers
Method
getAllTimeBestRating
()
src/data/data-source/simkl/SimklRemoteDataSource.ts:10
↓ 2 callers
Method
getDetailData
(id: number)
src/data/data-source/simkl/SimklRemoteDataSource.ts:11
↓ 2 callers
Function
registerDependencies
()
src/di/AppModule.ts:9
↓ 2 callers
Function
registerFlyValue
()
src/di/AppModule.ts:15
↓ 2 callers
Method
request
(requestConfig: AxiosRequestConfig)
src/core/api/SimklRemoteProvider.ts:27
↓ 1 callers
Function
advanceOneFrame
()
__mocks__/time-travel.js:6
↓ 1 callers
Function
configureStore
()
src/presentation/shared-state/redux/store.ts:10
↓ 1 callers
Function
createEpicManager
( dependencies: RootEpicDependency = {}, ...epics: Epic[] )
src/presentation/shared-state/redux/epic.ts:14
↓ 1 callers
Function
createReducerManager
(reducerMap: ReducerMap)
src/presentation/shared-state/redux/reducer.ts:7
↓ 1 callers
Method
delete
* @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 callers
Function
emptyItem
()
src/presentation/component/listing/ListView.tsx:32
↓ 1 callers
Function
footer
()
src/presentation/component/listing/ListView.tsx:39
↓ 1 callers
Method
getLatestPremeries
()
src/data/data-source/simkl/SimklRemoteDataSource.ts:7
↓ 1 callers
Method
getPosters
()
src/data/repository/SimklRepository.ts:17
↓ 1 callers
Method
getPremeiere
()
src/data/repository/SimklRepository.ts:13
↓ 1 callers
Method
getReactNativeHost
()
android/app/src/main/java/com/yakitori/MainApplication.java:40
↓ 1 callers
Method
getToken
* @summary get token by key * @param key * @returns token's saved before
src/domain/repository/AuthenticationRepository.ts:17
↓ 1 callers
Method
getTopAired
()
src/data/data-source/simkl/SimklRemoteDataSource.ts:8
↓ 1 callers
Function
hotDetailEpic
(actions: DetailActions)
src/presentation/container/authorized/detail/Detail.epic.ts:10
↓ 1 callers
Method
initializeFlipper
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 callers
Method
localSignIn
()
src/domain/use-case/authentication/SignIn.use-case.ts:24
↓ 1 callers
Method
put
* @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 callers
Function
registerDataDependencies
()
src/di/DataModule.ts:11
↓ 1 callers
Function
registerRepositoryDependencies
()
src/di/RepositoryModule.ts:5
↓ 1 callers
Function
registerUseCase
()
src/di/UseCaseModule.ts:5
↓ 1 callers
Method
remoteSignIn
(param?: any)
src/domain/use-case/authentication/SignIn.use-case.ts:34
↓ 1 callers
Function
renderPrefix
()
src/presentation/component/label/IconLabel.tsx:25
↓ 1 callers
Function
renderPrefix
()
src/presentation/component/input/TextField.tsx:39
↓ 1 callers
Function
renderStack
()
src/presentation/navigation/RootNavigator.tsx:28
↓ 1 callers
Function
renderSuffix
()
src/presentation/component/input/TextField.tsx:49
↓ 1 callers
Function
replaceAll
(raw, regex, replace)
script/asset-icon-generator.script.js:17
↓ 1 callers
Method
saveToken
* @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 callers
Method
signIn
* @summary sign the @credential with remote api * @param credential * @return signed token of credential
src/domain/repository/AuthenticationRepository.ts:10
↓ 1 callers
Function
useDetailModel
( actions: DetailActions, detailSelector: DetailSelector, id: number, )
src/presentation/container/authorized/detail/Detail.hooks.ts:13
↓ 1 callers
Function
useHomeModel
()
src/presentation/container/authorized/home/Home.hooks.ts:20
↓ 1 callers
Function
useSignIn
(handle: SignInHandle)
src/presentation/container/authentication/sign-in/SignIn.hooks.ts:13
↓ 1 callers
Function
withHotEnhanceRedux
( composer: HotReduxComposer<Actions, Selector>, )
src/presentation/hoc/withHotEnhanceRedux.hoc.tsx:26
↓ 1 callers
Function
withHotRedux
( reducerKey: string, reducer: Reducer, epic: Epic, )
src/presentation/hoc/withHotRedux.hoc.tsx:8
Function
App
()
App.tsx:26
Function
AuthenticationNavigator
()
src/presentation/navigation/AuthenticationStack.tsx:10
Function
AuthorizedNavigator
()
src/presentation/navigation/AuthorizedStack.tsx:23
Function
Carousel
(props)
src/presentation/component/listing/Carousel.tsx:16
Function
EmptyListView
(props)
src/presentation/component/listing/EmptyListView.tsx:11
Function
FeatureItemCells
(props)
src/presentation/component/listing/FeatureList.tsx:71
Function
FeatureList
(props)
src/presentation/component/listing/FeatureList.tsx:27
Function
ListView
(props)
src/presentation/component/listing/ListView.tsx:17
Function
RootNavigator
()
src/presentation/navigation/RootNavigator.tsx:17
Function
SkeletonLoadingItem
()
src/presentation/component/listing/SkeletonLoadingItem.tsx:5
Function
StackNavigator
()
src/presentation/navigation/AuthorizedStack.tsx:15
Function
TextButton
(props)
src/presentation/component/button/TextButton.tsx:11
Function
TextField
(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
Method
call
(param?: any)
src/domain/use-case/authentication/SignIn.use-case.ts:17
Method
componentDidCatch
()
src/presentation/component/boundary/ErrorBoundary.tsx:18
Method
componentWillUnmount
()
src/presentation/hoc/withHotEnhanceRedux.hoc.tsx:45
Method
constructor
(config: AxiosRequestConfig)
src/core/api/RxRemoteProvider.ts:54
Method
constructor
(private readonly clientID: string)
src/core/api/SimklRemoteProvider.ts:17
Method
constructor
(private readonly raw: Raw)
src/core/error/Exception.ts:9
Method
constructor
(private readonly raw: Raw)
src/core/error/Exception.ts:23
Method
constructor
( @inject('LocalAuthenticationDataSource') private readonly localDataSource: LocalAuthenticationDataSo
src/data/repository/AuthenticationRepository.ts:15
Method
constructor
( @inject('RemoteSimklDataSource') private readonly dataSource: RemoteSimklDataSource, )
src/data/repository/SimklRepository.ts:7
Method
constructor
( @inject('ApiProvider') private readonly provider: RxRemoteProvider, )
src/data/data-source/AuthenticationDataSource.ts:21
Method
constructor
( @inject('SimklApiProvider') private readonly simklProvider: SimklRemoteProvider, )
src/data/data-source/simkl/SimklRemoteDataSource.ts:18
Method
constructor
( @inject('AuthenticationRepository') private readonly authenticationRepository: AuthenticationReposit
src/domain/use-case/authentication/SignIn.use-case.ts:12
Method
constructor
(props: ErrorBoundaryProps)
src/presentation/component/boundary/ErrorBoundary.tsx:14
Method
constructor
(props: any)
src/presentation/hoc/withHotRedux.hoc.tsx:14
Method
constructor
(props: any)
src/presentation/hoc/withHotEnhanceRedux.hoc.tsx:34
Method
createReactActivityDelegate
()
android/app/src/main/java/com/yakitori/MainActivity.java:12
Method
createRootView
()
android/app/src/main/java/com/yakitori/MainActivity.java:15
Method
delete
(url: string)
src/core/api/RxRemoteProvider.ts:87
Method
delete
(url: string)
src/core/api/SimklRemoteProvider.ts:48
Function
detailSelector
({ Detail = INITIAL_STATE})
src/presentation/container/authorized/detail/Detail.hooks.ts:11
Function
gen
(folder)
script/asset-icon-generator.script.js:24
Method
get
(url: string)
src/core/api/RxRemoteProvider.ts:77
Method
get
(url: string)
src/core/api/SimklRemoteProvider.ts:39
Method
getAllTimeBest
()
src/data/repository/SimklRepository.ts:21
Method
getAllTimeBest
()
src/data/data-source/simkl/SimklRemoteDataSource.ts:53
next →
1–100 of 151, ranked by callers