Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/JavaCS3/xterm-player
/ time
Method
time
src/Timer.ts:161–161 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
159
}
160
161
public get time(): number {
return
this._time }
162
public set time(time: number) {
163
if
(time < 0) { time = 0 }
164
if
(time === this._time) {
return
}
Callers
nothing calls this directly
Calls
2
stop
Method · 0.95
now
Method · 0.65
Tested by
no test coverage detected