Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
_updateTimeDisplay
Method · 0.95
_updateProgress
Method · 0.95
Tested by
no test coverage detected