Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Mpompili/vibesky
/ functions
Functions
256 in github.com/Mpompili/vibesky
⨍
Functions
256
◇
Types & classes
93
↓ 6 callers
Function
fetchTrack
(id)
frontend/actions/track_actions.js:42
↓ 6 callers
Method
index
app/controllers/api/tracks_controller.rb:2
↓ 6 callers
Function
setPlayPause
(boolean, trackId, progress)
frontend/actions/trackplayer_actions.js:54
↓ 5 callers
Function
receiveTrack
frontend/actions/track_actions.js:19
↓ 5 callers
Function
receiveTrackErrors
frontend/actions/track_actions.js:29
↓ 5 callers
Function
updateTrack
(track, id)
frontend/actions/track_actions.js:60
↓ 4 callers
Function
deleteTrack
frontend/actions/track_actions.js:68
↓ 4 callers
Method
root
app/controllers/static_pages_controller.rb:2
↓ 4 callers
Function
setCurrentTrack
frontend/actions/trackplayer_actions.js:50
↓ 4 callers
Function
toggleLike
(trackId)
frontend/actions/like_actions.js:37
↓ 4 callers
Method
toggleLike
(trackId, e)
frontend/components/tracks/track_index_item.jsx:65
↓ 3 callers
Function
fetchTracks
()
frontend/actions/track_actions.js:34
↓ 3 callers
Function
fetchUser
(id)
frontend/actions/user_actions.js:15
↓ 3 callers
Function
login
frontend/actions/session_actions.js:32
↓ 3 callers
Function
receiveErrors
(errors)
frontend/actions/session_actions.js:18
↓ 3 callers
Method
update
(type)
frontend/components/users/user_form.jsx:26
↓ 2 callers
Function
configureStore
(preloadedState = {})
frontend/store/store.js:13
↓ 2 callers
Method
create
app/controllers/api/users_controller.rb:3
↓ 2 callers
Function
createLike
(trackId)
frontend/actions/like_actions.js:16
↓ 2 callers
Method
deleteComment
(e)
frontend/components/comments/comment_index_item.jsx:10
↓ 2 callers
Function
deleteLike
frontend/actions/like_actions.js:24
↓ 2 callers
Function
endCurrentTrack
(trackId)
frontend/actions/trackplayer_actions.js:62
↓ 2 callers
Method
generateResults
()
frontend/components/search/search_results.jsx:25
↓ 2 callers
Function
login
(user)
frontend/util/session_api_util.js:9
↓ 2 callers
Method
playPause
(e)
frontend/components/trackplayer/trackplayer.jsx:79
↓ 2 callers
Function
receiveCurrentUser
(currentUser)
frontend/actions/session_actions.js:8
↓ 2 callers
Function
receiveUser
frontend/actions/user_actions.js:5
↓ 2 callers
Function
receiveUserErrors
frontend/actions/user_actions.js:10
↓ 2 callers
Method
reset_session_token
app/models/user.rb:42
↓ 2 callers
Method
secondsToTime
(seconds)
frontend/components/trackplayer/trackplayer.jsx:99
↓ 2 callers
Function
signup
frontend/actions/session_actions.js:23
↓ 2 callers
Method
update
(field)
frontend/components/session/session.jsx:52
↓ 2 callers
Method
update
(type)
frontend/components/tracks/track_form.jsx:12
↓ 2 callers
Method
updateFile
(type, e)
frontend/components/tracks/track_form.jsx:16
↓ 1 callers
Function
clearErrors
()
frontend/actions/session_actions.js:48
↓ 1 callers
Function
createComment
(comment, id)
frontend/actions/comment_actions.js:19
↓ 1 callers
Function
createTrack
frontend/actions/track_actions.js:51
↓ 1 callers
Function
currentUserLikes
({session: {currentUser}}, trackid)
frontend/components/tracks/track_index_item_container.js:7
↓ 1 callers
Function
currentUserLikes
({session: {currentUser}}, trackid)
frontend/components/tracks/track_show_container.js:8
↓ 1 callers
Function
currentUserLikes
({session: {currentUser}, trackplayer: {trackId}})
frontend/components/trackplayer/trackplayer_container.js:7
↓ 1 callers
Function
deleteComment
frontend/actions/comment_actions.js:25
↓ 1 callers
Method
deleteSong
(trackId, e)
frontend/components/tracks/track_index_item.jsx:60
↓ 1 callers
Method
deleteSong
(trackId, e)
frontend/components/tracks/track_show.jsx:62
↓ 1 callers
Method
find_by_credentials
(email, password)
app/models/user.rb:48
↓ 1 callers
Method
generalDetailForm
()
frontend/components/users/user_form.jsx:54
↓ 1 callers
Method
generalDetailForm
()
frontend/components/tracks/track_form.jsx:40
↓ 1 callers
Method
getResults
()
frontend/components/search/search.jsx:36
↓ 1 callers
Method
is_password?
(password)
app/models/user.rb:38
↓ 1 callers
Method
keepProgress
()
frontend/components/trackplayer/trackplayer.jsx:48
↓ 1 callers
Method
logged_in_left
()
frontend/components/navbar/navbar.jsx:13
↓ 1 callers
Method
logged_in_right
()
frontend/components/navbar/navbar.jsx:25
↓ 1 callers
Method
login
(user)
app/controllers/application_controller.rb:16
↓ 1 callers
Function
logout
()
frontend/actions/session_actions.js:40
↓ 1 callers
Method
logout
app/controllers/application_controller.rb:22
↓ 1 callers
Function
logoutCurrentUser
(currentUser)
frontend/actions/session_actions.js:13
↓ 1 callers
Method
onDuration
()
frontend/components/trackplayer/trackplayer.jsx:67
↓ 1 callers
Method
onEnded
()
frontend/components/trackplayer/trackplayer.jsx:93
↓ 1 callers
Method
onProgress
()
frontend/components/trackplayer/trackplayer.jsx:73
↓ 1 callers
Function
playPauseTrack
(boolean, trackId, progress)
frontend/actions/trackplayer_actions.js:16
↓ 1 callers
Function
receiveCurrentTrack
frontend/actions/trackplayer_actions.js:11
↓ 1 callers
Function
receiveLike
({trackId})
frontend/actions/like_actions.js:9
↓ 1 callers
Function
receiveTracks
frontend/actions/track_actions.js:10
↓ 1 callers
Function
removeLike
({trackId})
frontend/actions/like_actions.js:12
↓ 1 callers
Function
removeTrack
frontend/actions/track_actions.js:24
↓ 1 callers
Method
render
()
frontend/components/splash/splash.jsx:30
↓ 1 callers
Function
requestTrackFetch
()
frontend/actions/track_actions.js:15
↓ 1 callers
Function
seekPlayer
frontend/actions/trackplayer_actions.js:45
↓ 1 callers
Function
seekTrack
frontend/actions/trackplayer_actions.js:68
↓ 1 callers
Function
seekWaveForm
(progress, trackId)
frontend/actions/trackplayer_actions.js:39
↓ 1 callers
Method
sendToUser
()
frontend/components/search/search_results.jsx:59
↓ 1 callers
Function
setProg
(trackId, progress)
frontend/actions/trackplayer_actions.js:72
↓ 1 callers
Function
setSeekTrack
frontend/actions/trackplayer_actions.js:23
↓ 1 callers
Function
setTrackPlayer
frontend/actions/trackplayer_actions.js:34
↓ 1 callers
Method
showComments
()
frontend/components/tracks/track_index_item.jsx:89
↓ 1 callers
Method
songButton
(e)
frontend/components/tracks/track_index_item.jsx:31
↓ 1 callers
Method
songButton
(track, e)
frontend/components/tracks/track_show.jsx:41
↓ 1 callers
Method
splash_left
()
frontend/components/splash/splash.jsx:9
↓ 1 callers
Method
splash_right
()
frontend/components/splash/splash.jsx:20
↓ 1 callers
Method
testFunction
()
frontend/components/trackplayer/trackplayer.jsx:106
↓ 1 callers
Method
toggleLike
(trackId, e)
frontend/components/trackplayer/trackplayer.jsx:134
↓ 1 callers
Method
togglePostLikes
()
frontend/components/users/user_show.jsx:38
↓ 1 callers
Method
togglePostTracks
()
frontend/components/users/user_show.jsx:31
↓ 1 callers
Function
trackProgress
(currentTime, duration)
frontend/actions/trackplayer_actions.js:28
↓ 1 callers
Method
updateBody
()
frontend/components/comments/comments.jsx:22
↓ 1 callers
Method
updateFile
(type, e)
frontend/components/users/user_form.jsx:30
↓ 1 callers
Method
updateSearch
(e)
frontend/components/search/search.jsx:28
↓ 1 callers
Function
updateUser
(user, id)
frontend/actions/user_actions.js:24
↓ 1 callers
Method
userTrackButtons
()
frontend/components/tracks/track_index_item.jsx:70
↓ 1 callers
Method
userTrackButtons
()
frontend/components/tracks/track_show.jsx:67
↓ 1 callers
Method
userTrackButtons
()
frontend/components/comments/comment_index_item.jsx:16
Function
App
()
frontend/components/App.jsx:16
Function
Auth
({component: Component, path, loggedIn, exact})
frontend/util/route_util.jsx:5
Function
Protected
({component: Component, path, loggedIn, exact})
frontend/util/route_util.jsx:15
Function
Root
({ store })
frontend/components/root.jsx:6
Function
UIReducer
(state = {loading: false}, action)
frontend/reducers/ui_reducer.js:4
Method
afterOpenModal
()
frontend/components/session/session.jsx:42
Method
change
db/migrate/20180412020110_add_index_to_likes_table.rb:2
Method
change
db/migrate/20180403203934_create_users.rb:2
Method
change
db/migrate/20180610024606_addpeak.rb:2
Method
change
db/migrate/20180406002557_create_tracks.rb:2
next →
1–100 of 256, ranked by callers