MCPcopy Create free account

hub / github.com/anancarv/fullstackopen / functions

Functions215 in github.com/anancarv/fullstackopen

↓ 11 callersFunctionsetNotification
( notification, notificationType, displayTime )
part7/bloglist/src/reducers/notificationReducer.js:12
↓ 5 callersFunctioncounterReducer
(state = initialState, action)
part6/unicafe-redux/src/reducers/counterReducer.js:7
↓ 4 callersFunctionisString
(text: any)
part9/patientor-backend/src/utils.ts:5
↓ 4 callersFunctionuseStateValue
()
part9/patientor-frontend/src/state/state.tsx:37
↓ 3 callersFunctionuseField
(type)
part7/routed-anecdotes/src/hooks/index.js:3
↓ 3 callersFunctionuseField
(type)
part7/ultimate-hooks/src/hooks/index.js:4
↓ 2 callersFunctioninitializeBlogs
()
part7/bloglist/src/reducers/blogReducer.js:34
↓ 2 callersFunctionlike
(blog)
part7/bloglist/src/reducers/blogReducer.js:74
↓ 2 callersFunctionnotify
(message)
part8/library-frontend/src/App.js:27
↓ 2 callersFunctionsetNotification
(notification, displayTime)
part6/redux-anecdotes/src/reducers/notificationReducer.js:12
↓ 2 callersFunctionsetToken
(newToken)
part7/bloglist/src/services/blogs.js:7
↓ 2 callersFunctiontoNewPatientEntry
(object: any)
part9/patientor-backend/src/utils.ts:62
↓ 2 callersFunctionuseResource
(baseUrl)
part7/ultimate-hooks/src/hooks/index.js:18
↓ 1 callersFunctionassertNever
(value: never)
part9/patientor-frontend/src/PatientPage/index.tsx:12
↓ 1 callersFunctioncalculateBmi
( heightInCm: number, weightInKg: number )
part9/first-steps/bmiCalculator.ts:20
↓ 1 callersFunctioncloseModal
()
part9/patientor-frontend/src/PatientListPage/index.tsx:21
↓ 1 callersFunctioncomment
(blog, comment)
part7/bloglist/src/reducers/blogReducer.js:92
↓ 1 callersFunctioncreateAnecdote
part6/redux-anecdotes/src/reducers/anecdoteReducer.js:36
↓ 1 callersFunctioncreateBlog
(BlogToAdd)
part5/bloglist-frontend/src/App.js:64
↓ 1 callersFunctioncreateBlog
(content)
part7/bloglist/src/reducers/blogReducer.js:44
↓ 1 callersFunctiondeleteBlog
(id)
part7/bloglist/src/reducers/blogReducer.js:60
↓ 1 callersFunctionexerciseCalculator
( target: number, dailyExerciseHours: Array<number> )
part9/first-steps/exerciseCalculator.ts:30
↓ 1 callersFunctionfetchDiagnosesList
()
part9/patientor-frontend/src/App.tsx:29
↓ 1 callersFunctionfetchPatientList
()
part9/patientor-frontend/src/App.tsx:18
↓ 1 callersFunctionfilterChange
(filter)
part6/redux-anecdotes/src/reducers/filterReducer.js:10
↓ 1 callersFunctiongetAllBlogs
()
part5/bloglist-frontend/src/App.js:30
↓ 1 callersFunctioninitializeAllUsers
()
part7/bloglist/src/reducers/userReducer.js:12
↓ 1 callersFunctioninitializeAnecdotes
()
part6/redux-anecdotes/src/reducers/anecdoteReducer.js:26
↓ 1 callersFunctioninitializeUser
()
part7/bloglist/src/reducers/authReducer.js:21
↓ 1 callersFunctionisDate
(date: string)
part9/patientor-backend/src/utils.ts:33
↓ 1 callersFunctionisGender
(param: any)
part9/patientor-backend/src/utils.ts:44
↓ 1 callersFunctionlogin
(username, password)
part7/bloglist/src/reducers/authReducer.js:38
↓ 1 callersFunctionlogin
(credentials)
part7/bloglist/src/services/login.js:4
↓ 1 callersFunctionlogout
()
part7/bloglist/src/reducers/authReducer.js:58
↓ 1 callersFunctionopenModal
()
part9/patientor-frontend/src/PatientListPage/index.tsx:19
↓ 1 callersFunctionparseBmiArguments
( height: number, weight: number )
part9/first-steps/bmiCalculator.ts:6
↓ 1 callersFunctionparseDate
(date: any)
part9/patientor-backend/src/utils.ts:37
↓ 1 callersFunctionparseEntries
(entries: any)
part9/patientor-backend/src/utils.ts:55
↓ 1 callersFunctionparseExerciseArguments
( target: number, dailyExercises: Array<number> )
part9/first-steps/exerciseCalculator.ts:6
↓ 1 callersFunctionparseGender
(gender: any)
part9/patientor-backend/src/utils.ts:48
↓ 1 callersFunctionparseName
(name: any)
part9/patientor-backend/src/utils.ts:9
↓ 1 callersFunctionparseOccupation
(occupation: any)
part9/patientor-backend/src/utils.ts:17
↓ 1 callersFunctionparseSsn
(ssn: any)
part9/patientor-backend/src/utils.ts:25
↓ 1 callersFunctionrenderApp
()
part6/unicafe-redux/src/index.js:22
↓ 1 callersFunctionsetDiagnosesList
(diagnosesList: Diagnosis[])
part9/patientor-frontend/src/state/reducer.ts:62
↓ 1 callersFunctionsetPatientList
(patientList: Patient[])
part9/patientor-frontend/src/state/reducer.ts:55
↓ 1 callersFunctionuseCountry
(name)
part7/country-hook/src/hooks/index.js:18
↓ 1 callersFunctionuseField
(type)
part7/country-hook/src/hooks/index.js:4
↓ 1 callersFunctionvote
part6/redux-anecdotes/src/reducers/anecdoteReducer.js:46
FunctionAbout
()
part7/routed-anecdotes/src/components/About.js:3
FunctionAddPatientForm
({ onSubmit, onCancel })
part9/patientor-frontend/src/AddPatientModal/AddPatientForm.tsx:25
FunctionAddPatientModal
({ modalOpen, onClose, onSubmit, error }: Props)
part9/patientor-frontend/src/AddPatientModal/index.tsx:12
FunctionAnecdote
({ anecdote })
part6/redux-anecdotes/src/components/AnecdoteList.js:6
FunctionAnecdoteList
({ anecdotes })
part7/routed-anecdotes/src/components/AnecdoteList.js:5
FunctionApp
({courses})
part2/coursecontents/src/App.js:4
FunctionApp
()
part2/countries/src/App.js:6
FunctionApp
()
part2/phonebook/src/App.js:8
FunctionApp
()
part9/courseinfo/src/App.tsx:10
FunctionApp
()
part9/patientor-frontend/src/App.tsx:13
FunctionApp
()
part6/unicafe-redux/src/index.js:8
FunctionApp
()
part6/redux-anecdotes/src/App.js:9
FunctionApp
()
part7/routed-anecdotes/src/App.js:11
FunctionApp
()
part7/country-hook/src/App.js:5
FunctionApp
()
part1/unicafe/src/index.js:55
FunctionBlog
(props)
part5/bloglist-frontend/src/components/Blog.js:4
FunctionBlogForm
({ createBlog })
part5/bloglist-frontend/src/components/BlogForm.js:4
FunctionBlogForm
()
part7/bloglist/src/components/BlogForm.js:7
FunctionBookForm
({show, notify})
part8/library-frontend/src/components/BookForm.js:5
FunctionBornYearForm
({notify, allAuthors})
part8/library-frontend/src/components/BornYearForm.js:8
FunctionButton
({ onClick, text })
part1/unicafe/src/index.js:49
FunctionButton
({ onClick, text })
part1/anecdotes/src/index.js:30
FunctionContent
({courseParts})
part9/courseinfo/src/components/Content.tsx:5
FunctionCountry
({ country })
part7/country-hook/src/components/Country.js:3
FunctionCreateNew
(props)
part7/routed-anecdotes/src/components/CreateNew.js:7
FunctionDiagnosisSelection
({ diagnoses, setFieldValue, setFieldTouched }: { diagnoses: Diagnosis[]; setFieldValue: FormikProps
part9/patientor-frontend/src/AddPatientModal/FormField.tsx:81
FunctionEntryDetails
({ entry })
part9/patientor-frontend/src/PatientPage/index.tsx:18
FunctionFilter
({value, onChange})
part2/countries/src/components/Filter.js:3
FunctionFilter
({value, onChange})
part2/phonebook/src/components/Filter.js:3
FunctionFilter
()
part6/redux-anecdotes/src/components/Filter.js:5
FunctionHeader
({course})
part2/coursecontents/src/components/Header.js:3
FunctionHeader
({courseName})
part9/courseinfo/src/components/Header.tsx:4
FunctionHeader
part1/unicafe/src/index.js:5
FunctionHeader
(props)
part1/courseinfo/src/index.js:4
FunctionHeader
({name})
part1/anecdotes/src/index.js:4
FunctionHealthCheck
({ entry })
part9/patientor-frontend/src/PatientPage/HealthCheck.tsx:7
FunctionHealthRatingBar
({ rating, showText }: BarProps)
part9/patientor-frontend/src/components/HealthRatingBar.tsx:16
FunctionHospital
({ entry })
part9/patientor-frontend/src/PatientPage/Hospital.tsx:7
FunctionLoginForm
(props)
part5/bloglist-frontend/src/components/LoginForm.js:4
FunctionLoginForm
({ setError, setToken })
part8/library-frontend/src/components/LoginForm.js:5
FunctionLoginForm
()
part7/bloglist/src/components/LoginForm.js:8
FunctionMenu
()
part7/routed-anecdotes/src/components/Menu.js:4
FunctionMenu
()
part7/bloglist/src/components/Header.js:8
FunctionNewAnecdote
()
part6/redux-anecdotes/src/components/AnecdoteForm.js:6
FunctionNotification
({ message })
part2/phonebook/src/components/Notification.js:23
FunctionNotification
({ errorMessage, successMessage })
part5/bloglist-frontend/src/components/Notification.js:24
FunctionNotification
()
part6/redux-anecdotes/src/components/Notification.js:4
FunctionNotification
({ notification })
part7/routed-anecdotes/src/components/Notification.js:4
FunctionNotification
()
part7/bloglist/src/components/Notification.js:5
FunctionNumberField
({ field, label, min, max })
part9/patientor-frontend/src/AddPatientModal/FormField.tsx:65
FunctionOccupationalHealthcare
({ entry })
part9/patientor-frontend/src/PatientPage/OccupationalHealthcare.tsx:9
next →1–100 of 215, ranked by callers