MCPcopy Create free account

hub / github.com/digitalinnovationone/formacao-nodejs / functions

Functions52 in github.com/digitalinnovationone/formacao-nodejs

↓ 6 callersFunctionlogRollResult
(characterName, block, diceResult, attribute)
03-projeto-mario-kart/src/index.js:39
↓ 2 callersFunctioncreateItem
(name, price, quantity)
06-shopee-cart/src/services/item.js:4
↓ 2 callersFunctionrollDice
()
03-projeto-mario-kart/src/index.js:17
↓ 1 callersFunctionconnectToDatabase
(user, password)
09-npm-enviroment/src/database/data.js:1
↓ 1 callersFunctioncreateApp
()
projeto-champions/src/app.ts:5
↓ 1 callersFunctioncreatePassword
()
projeto-qrcode/src/services/password/create.js:4
↓ 1 callersFunctioncreateQRCode
()
projeto-qrcode/src/services/qr-code/create.js:5
↓ 1 callersFunctiondeclareWinner
(character1, character2)
03-projeto-mario-kart/src/index.js:155
↓ 1 callersFunctiondisconnectDatabase
()
05-esm-modules/src/utils/database.js:11
↓ 1 callersFunctiondoBreakLine
()
04-commonjs-modules/src/services/products.js:18
↓ 1 callersFunctiongetBaseEmail
(senderName: string)
11-debug/src/services/email.ts:1
↓ 1 callersFunctiongetFullName
(codeId, productName)
04-commonjs-modules/src/services/products.js:12
↓ 1 callersFunctiongetHeaderText
()
11-debug/src/services/email.ts:10
↓ 1 callersFunctiongetRandomBlock
()
03-projeto-mario-kart/src/index.js:21
↓ 1 callersFunctionhandle
()
projeto-qrcode/src/services/password/handle.js:3
↓ 1 callersFunctionmain
()
11-debug/src/index.ts:3
↓ 1 callersFunctionmain
()
04-commonjs-modules/src/main.js:7
↓ 1 callersFunctionmain
()
projeto-qrcode/src/index.js:8
↓ 1 callersFunctionmain
()
09-npm-enviroment/src/index.js:3
↓ 1 callersFunctionpermittedCharacters
()
projeto-qrcode/src/services/password/utils/permitted-characters.js:2
↓ 1 callersFunctionplayRaceEngine
(character1, character2)
03-projeto-mario-kart/src/index.js:47
FunctionaddItem
(userCart, item)
06-shopee-cart/src/services/cart.js:5
FunctionbadRequest
()
projeto-champions/src/utils/http-helper.ts:26
FunctioncalculateTotal
(userCart)
06-shopee-cart/src/services/cart.js:10
FunctionconnectToDatabase
(dataName)
05-esm-modules/src/utils/database.js:6
FunctioncreatePlayerService
(player: PlayerModel)
projeto-champions/src/services/players-service.ts:33
Functioncreated
()
projeto-champions/src/utils/http-helper.ts:10
FunctiondeleteItem
(userCart, name)
06-shopee-cart/src/services/cart.js:18
FunctiondeleteOnePlayer
(id: number)
projeto-champions/src/repositories/players-repository.ts:325
FunctiondeletePlayer
(req: Request, res: Response)
projeto-champions/src/controllers/players-controller.ts:25
FunctiondeletePlayerService
(id: number)
projeto-champions/src/services/players-service.ts:47
Functiondisplaycart
(userCart)
06-shopee-cart/src/services/cart.js:51
FunctionfindAllClubs
()
projeto-champions/src/repositories/clubs-repository.ts:11
FunctionfindAllPlayers
()
projeto-champions/src/repositories/players-repository.ts:311
FunctionfindAndModifyPlayer
( id: number, statistics: StatisticsModel )
projeto-champions/src/repositories/players-repository.ts:336
FunctionfindPlayerById
( id: number )
projeto-champions/src/repositories/players-repository.ts:315
FunctiongetClubService
()
projeto-champions/src/services/clubs-service.ts:4
FunctiongetClubs
(req: Request, res: Response)
projeto-champions/src/controllers/clubs-controller.ts:4
FunctiongetDataFromApi
()
05-esm-modules/src/utils/api.js:6
FunctiongetPlayer
(req: Request, res: Response)
projeto-champions/src/controllers/players-controller.ts:5
FunctiongetPlayerById
(req: Request, res: Response)
projeto-champions/src/controllers/players-controller.ts:10
FunctiongetPlayerByIdService
(id: number)
projeto-champions/src/services/players-service.ts:19
FunctiongetPlayerService
()
projeto-champions/src/services/players-service.ts:6
FunctiongetProductLabel
(productName)
04-commonjs-modules/src/services/products.js:22
Functionhandle
(err, result)
projeto-qrcode/src/services/qr-code/handle.js:4
FunctioninsertPlayer
(player: PlayerModel)
projeto-champions/src/repositories/players-repository.ts:321
FunctionnoContent
()
projeto-champions/src/utils/http-helper.ts:19
Functionok
(data: any)
projeto-champions/src/utils/http-helper.ts:3
FunctionpostPlayer
(req: Request, res: Response)
projeto-champions/src/controllers/players-controller.ts:16
FunctionremoveItem
(userCart, item)
06-shopee-cart/src/services/cart.js:27
FunctionupdatePlayer
(req: Request, res: Response)
projeto-champions/src/controllers/players-controller.ts:32
FunctionupdatePlayerService
( id: number, statistics: StatisticsModel )
projeto-champions/src/services/players-service.ts:60