MCPcopy Create free account

hub / github.com/PacktPublishing/Full-Stack-FastAPI-React-and-MongoDB / functions

Functions168 in github.com/PacktPublishing/Full-Stack-FastAPI-React-and-MongoDB

↓ 8 callersFunctionregister
(request: Request, newUser: UserBase = Body(...))
chapter7/backend/routers/users.py:19
↓ 6 callersFunctionuseAuth
()
chapter7/frontend/src/hooks/useAuth.js:4
↓ 3 callersFunctionuseAuth
()
chapter8/frontend/next-cars/hooks/useAuth.js:4
↓ 2 callersFunctiongetCar
()
chapter6/frontend/src/pages/Car.jsx:23
↓ 2 callersFunctionhandleSubmit
(e)
chapter6/frontend/src/pages/NewCar.jsx:71
↓ 1 callersFunctionHeader
()
chapter4/cars/src/components/Header.js:1
↓ 1 callersFunctionaddCar
(newCar)
chapter6/frontend/src/pages/NewCar.jsx:84
↓ 1 callersFunctionannotated_function
(name: str, age: int)
chapter3/chapter3_types.py:1
↓ 1 callersMethoddecode_token
(self, token)
chapter7/backend/authentication.py:28
↓ 1 callersMethoddecode_token
(self, token)
chapter8/backend/authentication.py:28
↓ 1 callersMethodencode_token
(self, user_id)
chapter7/backend/authentication.py:20
↓ 1 callersMethodencode_token
(self, user_id)
chapter8/backend/authentication.py:20
↓ 1 callersFunctiongetUserData
(token)
chapter7/frontend/src/components/Login.jsx:20
↓ 1 callersMethodget_password_hash
(self, password)
chapter7/backend/authentication.py:14
↓ 1 callersMethodget_password_hash
(self, password)
chapter8/backend/authentication.py:14
↓ 1 callersFunctionmake_query
(cars_number: int)
chapter9/backend/utils/report_query.py:16
↓ 1 callersFunctionoptions
(val)
chapter9/frontend/src/components/BrandValue.jsx:25
↓ 1 callersFunctionremoveCookie
()
chapter8/frontend/next-cars/pages/account/logout.jsx:7
↓ 1 callersFunctionreportWebVitals
chapter6/frontend/src/reportWebVitals.js:1
↓ 1 callersFunctionreportWebVitals
chapter4/cars/src/reportWebVitals.js:1
↓ 1 callersFunctionsend_report
(email, subject, HTMLcontent)
chapter9/backend/utils/send_report.py:10
↓ 1 callersMethodverify_password
(self, plain_password, hashed_password)
chapter7/backend/authentication.py:17
↓ 1 callersMethodverify_password
(self, plain_password, hashed_password)
chapter8/backend/authentication.py:17
FunctionAdd
({ jwt })
chapter8/frontend/next-cars/pages/cars/add.jsx:15
FunctionAdmin
()
chapter7/frontend/src/components/Admin.jsx:4
FunctionApp
()
chapter6/frontend/src/App.js:4
FunctionApp
()
chapter9/frontend/src/App.js:2
FunctionApp
()
chapter4/users/src/App.js:4
FunctionApp
()
chapter4/cars/src/App.js:5
FunctionBrandCount
()
chapter9/frontend/src/components/BrandCount.jsx:14
FunctionBrandValue
({ val })
chapter9/frontend/src/components/BrandValue.jsx:50
FunctionCar
()
chapter6/frontend/src/pages/Car.jsx:9
FunctionCarById
({ car })
chapter8/frontend/next-cars/pages/cars/[id].jsx:23
FunctionCard
({ car })
chapter7/frontend/src/components/Card.jsx:3
FunctionCard
({brand, make, year, url, km, price, cm3, id})
chapter8/frontend/next-cars/components/Card.js:23
FunctionCard
({car})
chapter6/frontend/src/components/Card.jsx:2
FunctionCard
({ car })
chapter9/frontend/src/components/Card.jsx:3
FunctionCard
({car})
chapter4/cars/src/components/Card.js:1
FunctionCars
()
chapter6/frontend/src/pages/Cars.jsx:9
FunctionCarsDropdown
({ selectHandler, allCars, elValue })
chapter9/frontend/src/components/CarsDropdown.jsx:3
FunctionDashboard
()
chapter9/frontend/src/components/Dashboard.jsx:5
FunctionFooter
()
chapter7/frontend/src/components/Footer.jsx:3
FunctionFooter
()
chapter8/frontend/next-cars/components/Footer.jsx:1
FunctionFooter
()
chapter6/frontend/src/components/Footer.jsx:1
FunctionFooter
()
chapter9/frontend/src/components/Footer.jsx:3
FunctionFormInput
(props)
chapter6/frontend/src/components/FormInput.jsx:1
FunctionHeader
()
chapter7/frontend/src/components/Header.jsx:6
FunctionHeader
()
chapter8/frontend/next-cars/components/Header.jsx:5
FunctionHeader
()
chapter6/frontend/src/components/Header.jsx:5
FunctionHeader
()
chapter9/frontend/src/components/Header.jsx:2
FunctionHeader
()
chapter4/users/src/components/Header.js:1
FunctionHome
()
chapter9/frontend/src/components/Home.jsx:9
FunctionHomePage
()
chapter7/frontend/src/components/HomePage.jsx:3
FunctionHomePage
()
chapter8/frontend/next-cars/pages/index.js:1
FunctionLayout
()
chapter7/frontend/src/components/Layout.jsx:9
FunctionLayout
({children})
chapter6/frontend/src/components/Layout.jsx:5
FunctionLayout
({ children })
chapter9/frontend/src/components/Layout.jsx:4
FunctionLoading
({brand})
chapter6/frontend/src/components/Loading.jsx:3
FunctionLogin
()
chapter7/frontend/src/components/Login.jsx:7
FunctionLogin
()
chapter8/frontend/next-cars/pages/account/login.jsx:5
FunctionLogout
()
chapter8/frontend/next-cars/pages/account/logout.jsx:5
FunctionLorem
({title})
chapter6/frontend/src/components/Lorem.jsx:3
FunctionModelCount
()
chapter9/frontend/src/components/ModelCount.jsx:14
FunctionMyApp
({ Component, pageProps })
chapter8/frontend/next-cars/pages/_app.js:8
FunctionNewCar
()
chapter7/frontend/src/components/NewCar.jsx:9
FunctionNewCar
()
chapter6/frontend/src/pages/NewCar.jsx:10
FunctionNotFound
()
chapter7/frontend/src/components/NotFound.jsx:3
FunctionProtected
()
chapter7/frontend/src/components/Protected.jsx:8
FunctionRegister
()
chapter7/frontend/src/components/Register.jsx:3
FunctionRegister
()
chapter8/frontend/next-cars/pages/account/register.jsx:1
FunctionReport
()
chapter9/frontend/src/components/Report.jsx:3
FunctionRequireAuthentication
()
chapter7/frontend/src/components/RequireAuthentication.jsx:4
Method__get_validators__
(cls)
chapter7/backend/models.py:12
Method__get_validators__
(cls)
chapter5/backend/models.py:8
Method__get_validators__
(cls)
chapter8/backend/models.py:12
Method__get_validators__
(cls)
chapter9/backend/models.py:8
Method__modify_schema__
(cls, field_schema)
chapter7/backend/models.py:22
Method__modify_schema__
(cls, field_schema)
chapter5/backend/models.py:18
Method__modify_schema__
(cls, field_schema)
chapter8/backend/models.py:22
Method__modify_schema__
(cls, field_schema)
chapter9/backend/models.py:18
Functionaccount
( acc_type:AccountType, months:int = Path(..., ge=3,le=12))
chapter3/chapter3_restrict_path.py:10
Methodauth_wrapper
(self, auth: HTTPAuthorizationCredentials = Security(security))
chapter7/backend/authentication.py:37
Methodauth_wrapper
(self, auth: HTTPAuthorizationCredentials = Security(security))
chapter8/backend/authentication.py:37
Functionbrand_count
(request: Request)
chapter9/backend/routers/cars.py:96
Functionbrand_price
(brand: str, request: Request)
chapter7/backend/routers/cars.py:124
Functionbrand_price
(brand: str,request: Request)
chapter5/backend/routers/cars.py:85
Functionbrand_price
(brand: str, request: Request)
chapter8/backend/routers/cars.py:197
Functionbrand_price
(brand: str, val: str, request: Request)
chapter9/backend/routers/cars.py:79
Functioncars_by_price
(min_price:int=0, max_price:int=100000)
chapter3/chapter3_query_string.py:6
Functioncreate_car
( request: Request, car: CarBase = Body(...), userId=Depends(auth_handler.auth_wrapper), )
chapter7/backend/routers/cars.py:49
Functioncreate_car
(request: Request, car: CarBase = Body(...))
chapter5/backend/routers/cars.py:41
Functioncreate_car_form
( request: Request, brand: str = Form("brand"), make: str = Form("make"), year: int = Form("ye
chapter8/backend/routers/cars.py:85
Functiondelete_task
( id: str, request: Request, userId=Depends(auth_handler.auth_wrapper) )
chapter7/backend/routers/cars.py:104
Functiondelete_task
(id: str, request: Request)
chapter5/backend/routers/cars.py:72
Functiondelete_task
( id: str, request: Request, userId=Depends(auth_handler.auth_wrapper) )
chapter8/backend/routers/cars.py:174
Functionfetcher
(...args)
chapter9/frontend/src/components/BrandCount.jsx:12
Functionfetcher
(...args)
chapter9/frontend/src/components/ModelCount.jsx:12
Functionfetcher
(...args)
chapter9/frontend/src/components/Home.jsx:7
Functionfetcher
(...args)
chapter9/frontend/src/components/BrandValue.jsx:48
FunctiongetServerSideProps
()
chapter8/frontend/next-cars/pages/cars/index.js:3
next →1–100 of 168, ranked by callers