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

Function wake

external/.d3.js:4097–4107  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

4095}
4096
4097function wake() {
4098 clockNow = (clockLast = clock.now()) + clockSkew;
4099 frame = timeout$1 = 0;
4100 try {
4101 timerFlush();
4102 } finally {
4103 frame = 0;
4104 nap();
4105 clockNow = 0;
4106 }
4107}
4108
4109function poke() {
4110 var now = clock.now(), delay = now - clockLast;

Callers

nothing calls this directly

Calls 2

timerFlushFunction · 0.85
napFunction · 0.85

Tested by

no test coverage detected