Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/V3RS/SoundCloud-Clone
/ functions
Functions
76 in github.com/V3RS/SoundCloud-Clone
⨍
Functions
76
◇
Types & classes
0
↓ 10 callers
Function
csrfFetch
(url, options = {})
frontend/src/store/csrf.js:5
↓ 5 callers
Function
openLogin
()
frontend/src/store/modal.js:6
↓ 4 callers
Function
setComments
(comments)
frontend/src/store/comments.js:5
↓ 4 callers
Function
setUser
(user)
frontend/src/store/session.js:6
↓ 3 callers
Function
closeLogin
()
frontend/src/store/modal.js:12
↓ 3 callers
Function
getAllSongs
()
frontend/src/store/songs.js:52
↓ 2 callers
Function
closeSignup
()
frontend/src/store/modal.js:24
↓ 2 callers
Function
openSignup
()
frontend/src/store/modal.js:18
↓ 2 callers
Function
setTokenCookie
(res, user)
backend/utils/auth.js:8
↓ 2 callers
Function
singlePublicFileUpload
(file)
backend/awsS3.js:16
↓ 1 callers
Function
configureStore
(preloadedState)
frontend/src/store/index.js:26
↓ 1 callers
Function
createComments
()
backend/db/seeders/20210429194617-comments.js:6
↓ 1 callers
Function
deleteComment
(songId, commentId, userId)
frontend/src/store/comments.js:33
↓ 1 callers
Function
getCurrentSong
(id)
frontend/src/store/songs.js:60
↓ 1 callers
Function
getOneSong
(song)
frontend/src/store/songs.js:20
↓ 1 callers
Function
getSongComments
(songId)
frontend/src/store/comments.js:12
↓ 1 callers
Function
getSongs
(songs)
frontend/src/store/songs.js:7
↓ 1 callers
Function
getTrendingSongs
()
frontend/src/store/songs.js:68
↓ 1 callers
Function
getTwelveSongs
(songs)
frontend/src/store/songs.js:13
↓ 1 callers
Function
postComment
(songId, comment, userId)
frontend/src/store/comments.js:18
↓ 1 callers
Function
postSong
(song)
frontend/src/store/songs.js:27
↓ 1 callers
Function
removeUser
(user)
frontend/src/store/session.js:13
↓ 1 callers
Function
restoreCSRF
()
frontend/src/store/csrf.js:36
↓ 1 callers
Function
singleMulterUpload
(nameOfKey)
backend/awsS3.js:86
↓ 1 callers
Function
singlePrivateFileUpload
(file)
backend/awsS3.js:43
↓ 1 callers
Function
updateComment
(commentId, songId, comment, userId)
frontend/src/store/comments.js:51
Function
CommentForm
({ songId, user, msg, setEditComForm })
frontend/src/components/Comment/EditCommentForm/index.js:5
Function
CommentForm
({ songId, user })
frontend/src/components/SongPage/CommentForm/index.js:5
Function
CreatorSplash
()
frontend/src/components/Splash/CreatorSplash/index.js:5
Function
LoginFormPage
()
frontend/src/components/LoginFormModal/LoginForm.js:8
Function
MobileSplash
()
frontend/src/components/Splash/MobileSplash/index.js:5
Function
MusicPlayer
()
frontend/src/components/MusicPlayer/index.js:3
Function
Navigation
({ isLoaded })
frontend/src/components/Navigation/index.js:12
Function
ProfileButton
({ user })
frontend/src/components/Splash/SplashNavigation/ProfileButton.js:6
Function
Root
()
frontend/src/index.js:24
Function
SignupFormPage
()
frontend/src/components/SignupFormModal/SignupForm.js:10
Function
SignupFormPage
()
notused/SignupFormPage/index.js:8
Function
SplashFooter
()
frontend/src/components/Splash/SplashFooter/index.js:4
Function
SplashNavigation
({ isLoaded })
frontend/src/components/Splash/SplashNavigation/index.js:12
Function
UploadForm
()
frontend/src/components/UploadForm/index.js:8
Function
closeMenu
()
frontend/src/components/Navigation/ProfileButton.js:19
Function
closeMenu
()
frontend/src/components/Splash/SplashNavigation/ProfileButton.js:18
Function
closeModal
()
frontend/src/components/LoginFormModal/index.js:30
Function
closeModal
()
frontend/src/components/Splash/Slider/index.js:20
Function
closeModal
()
frontend/src/components/SignupFormModal/index.js:29
Function
closeModal1
()
frontend/src/components/Splash/index.js:34
Function
closeModal2
()
frontend/src/components/Splash/index.js:35
Function
commentReducer
(state = initialState, action)
frontend/src/store/comments.js:71
Function
demoLogin
()
frontend/src/store/session.js:34
Function
demoSubmit
(e)
frontend/src/components/LoginFormModal/LoginForm.js:33
Function
demoSubmit
(e)
frontend/src/components/SignupFormModal/SignupForm.js:47
Function
handleSubmit
(e)
frontend/src/components/UploadForm/index.js:20
Function
handleSubmit
(e)
frontend/src/components/LoginFormModal/LoginForm.js:20
Function
handleSubmit
(e)
frontend/src/components/Comment/EditCommentForm/index.js:13
Function
handleSubmit
(e)
frontend/src/components/SignupFormModal/SignupForm.js:22
Function
handleSubmit
(e)
frontend/src/components/SongPage/CommentForm/index.js:9
Function
handleSubmit
(e)
notused/SignupFormPage/index.js:20
Function
handleValidationErrors
(req, _res, next)
backend/utils/validation.js:5
Function
isNotEmail
(value)
backend/db/models/user.js:14
Function
login
(user)
frontend/src/store/session.js:19
Function
logout
(e)
frontend/src/components/Navigation/ProfileButton.js:28
Function
logout
(e)
frontend/src/components/Splash/SplashNavigation/ProfileButton.js:27
Function
logout
()
frontend/src/store/session.js:71
Function
modalReducer
(state = initialState, action)
frontend/src/store/modal.js:32
Function
multipleMulterUpload
(nameOfKey)
backend/awsS3.js:88
Function
multiplePrivateFileUpload
(files)
backend/awsS3.js:59
Function
multiplePublicFileUpload
(files)
backend/awsS3.js:33
Function
openMenu
()
frontend/src/components/Navigation/ProfileButton.js:11
Function
openMenu
()
frontend/src/components/Splash/SplashNavigation/ProfileButton.js:10
Function
restoreUser
()
frontend/src/store/session.js:49
Function
restoreUser
(req, res, next)
backend/utils/auth.js:29
Function
retrievePrivateFile
(key)
backend/awsS3.js:67
Function
sessionReducer
(state = { user: null }, action)
frontend/src/store/session.js:79
Function
signup
(user)
frontend/src/store/session.js:56
Function
slideChange
()
frontend/src/components/Splash/Slider/index.js:45
Function
songsReducer
(state = initialState, action)
frontend/src/store/songs.js:77