MCPcopy Create free account
hub / github.com/TruthHun/BookStack / keySet

Function keySet

static/editor.md/lib/codemirror/mode/stylus/stylus.js:433–439  ·  view source on GitHub ↗
(array)

Source from the content-addressed store, hash-verified

431 };
432
433 function keySet(array) {
434 var keys = {};
435 for (var i = 0; i < array.length; ++i) {
436 keys[array[i]] = true;
437 }
438 return keys;
439 };
440
441 CodeMirror.registerHelper("hintWords", "stylus", hintWords);
442 CodeMirror.defineMIME("text/x-styl", "stylus");

Callers 1

stylus.jsFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected