Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/codemistic/Web-Development
/ playpauseTrack
Function
playpauseTrack
Music App/index.js:100–102 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
98
playTrack();
99
}
100
function
playpauseTrack(){
101
isPlaying ? pauseTrack() : playTrack();
102
}
103
function
playTrack(){
104
curr_track.play();
105
isPlaying = true;
Callers
nothing calls this directly
Calls
2
pauseTrack
Function · 0.85
playTrack
Function · 0.85
Tested by
no test coverage detected