MCPcopy Create free account
hub / github.com/breck7/scroll / timer

Function timer

external/.d3.js:4080–4084  ·  view source on GitHub ↗
(callback, delay, time)

Source from the content-addressed store, hash-verified

4078};
4079
4080function timer(callback, delay, time) {
4081 var t = new Timer;
4082 t.restart(callback, delay, time);
4083 return t;
4084}
4085
4086function timerFlush() {
4087 now(); // Get the current time, if not already set.

Callers 2

createFunction · 0.85
simulationFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected