MCPcopy Create free account
hub / github.com/ronreiter/interactive-tutorials / keySet

Function keySet

static/js/codemirror/mode/css/css.js:188–188  ·  view source on GitHub ↗
(array)

Source from the content-addressed store, hash-verified

186 ]);
187
188 function keySet(array) { var keys = {}; for (var i = 0; i < array.length; ++i) keys[array[i]] = true; return keys; }
189 function ret(style, tp) {type = tp; return style;}
190
191 function tokenBase(stream, state) {

Callers 1

css.jsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected