MCPcopy
hub / github.com/skatejs/skatejs / m

Function m

site/fills/ce-sd-fill.js:2267–2271  ·  view source on GitHub ↗
(a, b, c)

Source from the content-addressed store, hash-verified

2265 this.c(document);
2266 }
2267 function m(a, b, c) {
2268 var d = a ? a.length : 0,
2269 e = c ? -1 : 1;
2270 for (c = c ? d - 1 : 0; c < d && 0 <= c; c += e) b(a[c], c);
2271 }
2272 var l = 'import' in document.createElement('link'),
2273 n = null;
2274 !1 === 'currentScript' in document &&

Callers 3

dFunction · 0.85
ce-sd-fill.jsFile · 0.85
bFunction · 0.85

Calls 1

bFunction · 0.85

Tested by

no test coverage detected