MCPcopy Index your code
hub / github.com/JavaCS3/xterm-player / Timer.test.ts

File Timer.test.ts

src/Timer.test.ts:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import { IntervalTicker, AnimationFrameTicker, DummyTicker, SimpleTimer, TICK_INTERVAL, ITimerState, MediaTimer } from './Timer'
2import { title } from './Utils'
3
4const intervalTicker = new IntervalTicker()

Callers

nothing calls this directly

Calls 13

titleFunction · 0.90
tickMethod · 0.80
stopMethod · 0.65
startMethod · 0.65
nowMethod · 0.65
pauseMethod · 0.65
isPausedMethod · 0.65
isRunningMethod · 0.65
isStoppedMethod · 0.65
onReadyMethod · 0.65
onTickMethod · 0.65
onStateChangeMethod · 0.65

Tested by

no test coverage detected