MCPcopy Create free account

hub / github.com/andrewjmead/node-course-v3-code / functions

Functions34 in github.com/andrewjmead/node-course-v3-code

↓ 4 callersFunctiongenerateMessage
(username, text)
chat-app/src/utils/messages.js:1
↓ 4 callersFunctionloadNotes
()
notes-app/notes.js:59
↓ 3 callersFunctionadd
(a, b)
playground/9-async-await.js:1
↓ 2 callersFunctionadd
(a, b)
playground/8-promises.js:1
↓ 2 callersFunctionautoscroll
()
chat-app/public/js/chat.js:18
↓ 2 callersFunctiongetUser
(id)
chat-app/src/utils/users.js:41
↓ 2 callersFunctiongetUsersInRoom
(room)
chat-app/src/utils/users.js:45
↓ 2 callersFunctiongreeter
(name = 'user', age)
playground/7-default-params.js:1
↓ 2 callersFunctionsaveNotes
(notes)
notes-app/notes.js:54
↓ 1 callersFunctionaddUser
({ id, username, room })
chat-app/src/utils/users.js:3
↓ 1 callersFunctiondoWork
()
playground/9-async-await.js:13
↓ 1 callersFunctiondoWorkCallback
(callback)
playground/4-callbacks.js:1
↓ 1 callersFunctionforecast
(latitude, longitude, callback)
weather-app/utils/forecast.js:3
↓ 1 callersFunctionforecast
(latitude, longitude, callback)
web-server/src/utils/forecast.js:3
↓ 1 callersFunctiongenerateLocationMessage
(username, url)
chat-app/src/utils/messages.js:9
↓ 1 callersFunctiongeocode
(address, callback)
weather-app/utils/geocode.js:3
↓ 1 callersFunctiongeocode
(address, callback)
web-server/src/utils/geocode.js:3
↓ 1 callersFunctionremoveUser
(id)
chat-app/src/utils/users.js:33
↓ 1 callersFunctionsendCancelationEmail
(email, name)
task-manager/src/emails/account.js:14
↓ 1 callersFunctionsendWelcomeEmail
(email, name)
task-manager/src/emails/account.js:5
↓ 1 callersFunctiontransaction
(type, { label, stock = 0 } = {})
playground/5-es6-objects.js:32
FunctionaddNote
(title, body)
notes-app/notes.js:4
Functionauth
(req, res, next)
task-manager/src/middleware/auth.js:4
FunctionfileFilter
(req, file, cb)
task-manager/src/routers/user.js:91
FunctiongetTasksToDo
()
playground/3-arrow-challenge.js:19
Functionhandler
(argv)
notes-app/app.js:24
FunctionlistNotes
()
notes-app/notes.js:32
FunctionprintGuestList
()
playground/2-arrow-function.js:16
FunctionreadNote
(title)
notes-app/notes.js:42
FunctionremoveNote
(title)
notes-app/notes.js:20
Functionsend
()
task-manager/tests/__mocks__/@sendgrid/mail.js:5
FunctionsetApiKey
()
task-manager/tests/__mocks__/@sendgrid/mail.js:2
FunctionsetupDatabase
()
task-manager/tests/fixtures/db.js:49
Functionvalidate
(value)
task-manager/src/models/user.js:19