MCPcopy Create free account
hub / github.com/Code-Bullet/Jump-King / useVertxTimer

Function useVertxTimer

libraries/p5.js:85–93  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

83
84// vertx
85function useVertxTimer() {
86 if (typeof vertxNext !== 'undefined') {
87 return function () {
88 vertxNext(flush);
89 };
90 }
91
92 return useSetTimeout();
93}
94
95function useMutationObserver() {
96 var iterations = 0;

Callers 1

attemptVertxFunction · 0.85

Calls 1

useSetTimeoutFunction · 0.85

Tested by

no test coverage detected