Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
97
function
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.js
File · 0.85
Calls
1
run
Function · 0.85
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…