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

Function e

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

Source from the content-addressed store, hash-verified

270 c = 0;
271
272 function e(i, m) {
273 d.matchCase || (i = i.toLowerCase());
274 i = i.indexOf(m);
275 if (i == -1) return false;
276 return i == 0 || d.matchContains
277 }
278 function f(i, m) {
279 c > d.cacheLength && h();
280 b[i] || c++;

Callers 1

bundle_github.jsFile · 0.85

Calls 2

bFunction · 0.85
dFunction · 0.85

Tested by

no test coverage detected