MCPcopy Create free account
hub / github.com/JavaCS3/xterm-player / currentTime

Method currentTime

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

Source from the content-addressed store, hash-verified

163 }
164
165 public get currentTime(): number { return this._timer.time }
166 public set currentTime(time: number) {
167 this._timer.time = time
168 this._onCurrentTimeChanged.fire(this._timer.time)

Callers

nothing calls this directly

Calls 1

fireMethod · 0.65

Tested by

no test coverage detected