MCPcopy Create free account
hub / github.com/browserify/static-module / warmup

Function warmup

bench/index.js:97–103  ·  view source on GitHub ↗
(run, cb)

Source from the content-addressed store, hash-verified

95}
96
97function warmup (run, cb) {
98 var i = 5;
99 run(function next () {
100 if (--i === 0) cb();
101 else run(next);
102 });
103}

Callers 1

index.jsFile · 0.85

Calls 1

runFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…