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

Method _updateTimeDisplay

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

Source from the content-addressed store, hash-verified

110 }
111 }
112 private _updateTimeDisplay() {
113 this._timeDisplay.innerText = formatTime(this._currentTime) + ' / ' + formatTime(this._duration)
114 }
115 private _updateProgress() {
116 this._progressBar.progress = this.currentTime / this.duration
117 }

Callers 5

constructorMethod · 0.95
currentTimeMethod · 0.95
durationMethod · 0.95
bundle.min.jsFile · 0.80
etFunction · 0.80

Calls 1

formatTimeFunction · 0.90

Tested by

no test coverage detected