MCPcopy 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
3export default function TrackSearchResult({ track, chooseTrack }) {
4 function handlePlay() {
5 chooseTrack(track)
6 }
7
8 return (
9 <div

Callers

nothing calls this directly

Calls 1

chooseTrackFunction · 0.85

Tested by

no test coverage detected