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

Method currentTime

src/ui/ControlBarView.ts:74–74  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

72 }
73 }
74 public get currentTime(): number { return this._currentTime }
75 public set currentTime(value: number) {
76 if (value !== this._currentTime) {
77 this._currentTime = value

Callers

nothing calls this directly

Calls 2

_updateTimeDisplayMethod · 0.95
_updateProgressMethod · 0.95

Tested by

no test coverage detected