Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/JavaCS3/xterm-player
/ start
Method
start
src/Timer.ts:296–300 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
294
}
295
296
public start(): void {
297
if
(!this._ready) {
return
}
298
this._ticker.start(this._tick.bind(this))
299
this._media.play()
300
}
301
public pause(): void {
302
if
(!this._ready) {
return
}
303
this._ticker.stop()
Callers
nothing calls this directly
Calls
2
play
Method · 0.80
start
Method · 0.65
Tested by
no test coverage detected