MCPcopy Create free account
hub / github.com/microsoft/SandDance / Timer

Function Timer

docs/app/js/sanddance-app.js:136634–136636  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

136632 clockNow = 0;
136633}
136634function Timer() {
136635 this._call = this._time = this._next = null;
136636}
136637Timer.prototype = timer.prototype = {
136638 constructor: Timer,
136639 restart: function(callback, delay, time) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected