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

Method dispose

src/Timer.ts:228–231  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

226 this._setState('Stopped')
227 }
228 public dispose(): void {
229 this._onReadyCb = this._onStateChangeCb = this._onTickCb = NULL_FN
230 this.stop()
231 }
232}
233
234export class MediaTimer implements ITimer {

Callers

nothing calls this directly

Calls 1

stopMethod · 0.95

Tested by

no test coverage detected