MCPcopy 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}
100function playpauseTrack(){
101 isPlaying ? pauseTrack() : playTrack();
102}
103function playTrack(){
104 curr_track.play();
105 isPlaying = true;

Callers

nothing calls this directly

Calls 2

pauseTrackFunction · 0.85
playTrackFunction · 0.85

Tested by

no test coverage detected