MCPcopy Index your code
hub / github.com/witheve/Eve / keySet

Function keySet

src/css.js:414–420  ·  view source on GitHub ↗
(array)

Source from the content-addressed store, hash-verified

412});
413
414 function keySet(array) {
415 var keys = {};
416 for (var i = 0; i < array.length; ++i) {
417 keys[array[i].toLowerCase()] = true;
418 }
419 return keys;
420 }
421
422 var documentTypes_ = [
423 "domain", "regexp", "url", "url-prefix"

Callers 1

css.jsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected