MCPcopy Create free account

hub / github.com/Rosen97/web-shop / functions

Functions25 in github.com/Rosen97/web-shop

↓ 2 callersFunctionsetPath
vue.config.js:7
↓ 1 callersFunctioncheckLogin
()
src/api/index.ts:32
↓ 1 callersFunctiongetProductDetail
(params: ProductDetailParams)
src/api/index.ts:61
↓ 1 callersFunctiongetProductList
(params: ProductListParams)
src/api/index.ts:55
↓ 1 callersFunctionlogout
()
src/api/index.ts:49
↓ 1 callersFunctionuserLogin
(params: LoginParamsProps)
src/api/index.ts:37
↓ 1 callersFunctionuserRegister
(params: RegisterParamsProps)
src/api/index.ts:43
Functioncached
()
src/registerServiceWorker.ts:16
Functionerror
(error)
src/registerServiceWorker.ts:30
FunctionfetchProductInfo
({ commit }: { commit: Commit }, productId: number)
src/store/product/index.ts:64
FunctionfetchProductList
( { state, commit }: { state: any; commit: Commit }, { params, loadMore }: { params: ProductListParams
src/store/product/index.ts:52
FunctionjudgeLoginStatus
({ commit }: { commit: Commit })
src/store/home/index.ts:50
Functionoffline
()
src/registerServiceWorker.ts:25
Functionready
()
src/registerServiceWorker.ts:7
Functionregistered
()
src/registerServiceWorker.ts:13
FunctionsetDetailShow
(state: ProductState, bool: boolean)
src/store/product/index.ts:41
FunctionsetProductInfo
(state: ProductState, info: ProductDetailProps)
src/store/product/index.ts:38
FunctionsetProductList
(state: ProductState, list: Array<ProductItemProps>)
src/store/product/index.ts:35
FunctionsetStatus
(state: HomeState, status: boolean)
src/store/home/index.ts:35
FunctionsetUserInfo
(state: HomeState, info: UserInfoProps)
src/store/home/index.ts:38
FunctiontoLogin
({ commit }: { commit: Commit }, info: LoginParamsProps)
src/store/home/index.ts:57
FunctiontoLogout
({commit}: {commit: Commit})
src/store/home/index.ts:78
FunctiontoRegister
({ commit }: { commit: Commit }, info: RegisterParamsProps)
src/store/home/index.ts:68
Functionupdated
()
src/registerServiceWorker.ts:22
Functionupdatefound
()
src/registerServiceWorker.ts:19