MCPcopy
hub / github.com/ai/visibilityjs / runner

Function runner

lib/visibility.timers.js:106–109  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

104 }
105
106 var runner = function () {
107 timer.last = new Date();
108 timer.callback.call(window);
109 }
110
111 if ( runNow ) {
112 var now = new Date();

Callers 2

installFunction · 0.85
visibility.test.jsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected