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

Method replay

src/Player.ts:191–194  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

189
190 public play(): void { this._timer.start() }
191 public replay(): void {
192 this.currentTime = 0
193 this._timer.start()
194 }
195 public pause(): void { this._timer.pause() }
196
197 private _render(now: number): void {

Callers 2

bundle.min.jsFile · 0.80

Calls 1

startMethod · 0.65

Tested by

no test coverage detected