MCPcopy Index your code
hub / github.com/NV/github-live-preview / f

Function f

examples/bundle_github.js:278–282  ·  view source on GitHub ↗
(i, m)

Source from the content-addressed store, hash-verified

276 return i == 0 || d.matchContains
277 }
278 function f(i, m) {
279 c > d.cacheLength && h();
280 b[i] || c++;
281 b[i] = m
282 }
283 function g() {
284 if (!d.data) return false;
285 var i = {},

Callers 2

gFunction · 0.85
bundle_github.jsFile · 0.85

Calls 3

hFunction · 0.85
bFunction · 0.85
dFunction · 0.85

Tested by

no test coverage detected