MCPcopy Index your code
hub / github.com/JavaCS3/xterm-player / _togglePlayPauseReplay

Method _togglePlayPauseReplay

src/ui/PlayerView.ts:134–140  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

132 }
133 }
134 private _togglePlayPauseReplay(): void {
135 switch (this.state) {
136 case 'Running': this._player.pause(); break
137 case 'Stopped': this._player.replay(); break
138 case 'Paused': this._player.play(); break
139 }
140 }
141}

Callers 2

constructorMethod · 0.95
rtFunction · 0.80

Calls 3

replayMethod · 0.80
playMethod · 0.80
pauseMethod · 0.65

Tested by

no test coverage detected