Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/JavaCS3/xterm-player
/ tick
Method
tick
src/Timer.ts:32–37 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
30
return
this._time
31
}
32
public tick(): void {
33
this._time += this._interval
34
if
(this._cb) {
35
this._cb()
36
}
37
}
38
}
39
40
export
class
IntervalTicker implements ITicker {
Callers
1
Timer.test.ts
File · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected