MCPcopy Create free account
hub / github.com/OpenEndedGroup/Field2 / keySet

Function keySet

lib/web/CodeMirror/mode/css/css.js:419–425  ·  view source on GitHub ↗
(array)

Source from the content-addressed store, hash-verified

417});
418
419 function keySet(array) {
420 var keys = {};
421 for (var i = 0; i < array.length; ++i) {
422 keys[array[i].toLowerCase()] = true;
423 }
424 return keys;
425 }
426
427 var documentTypes_ = [
428 "domain", "regexp", "url", "url-prefix"

Callers 1

css.jsFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected