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

Function wake

docs/tests/v2/es6/js/sanddance.js:119736–119747  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

119734}
119735
119736function wake() {
119737 clockNow = (clockLast = clock.now()) + clockSkew;
119738 frame = timeout = 0;
119739
119740 try {
119741 timerFlush();
119742 } finally {
119743 frame = 0;
119744 nap();
119745 clockNow = 0;
119746 }
119747}
119748
119749function poke() {
119750 var now = clock.now(),

Callers

nothing calls this directly

Calls 2

timerFlushFunction · 0.70
napFunction · 0.70

Tested by

no test coverage detected