Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/WebDevSimplified/spotify-clone
/ handlePlay
Function
handlePlay
client/src/TrackSearchResult.js:4–6 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
2
3
export
default
function
TrackSearchResult({ track, chooseTrack }) {
4
function
handlePlay() {
5
chooseTrack(track)
6
}
7
8
return
(
9
<div
Callers
nothing calls this directly
Calls
1
chooseTrack
Function · 0.85
Tested by
no test coverage detected