Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TruthHun/BookStack
/ keySet
Function
keySet
static/editor.md/lib/codemirror/mode/css/css.js:375–381 ·
view source on GitHub ↗
(array)
Source
from the content-addressed store, hash-verified
373
});
374
375
function
keySet(array) {
376
var
keys = {};
377
for
(
var
i = 0; i < array.length; ++i) {
378
keys[array[i]] = true;
379
}
380
return
keys;
381
}
382
383
var
documentTypes_ = [
384
"domain"
,
"regexp"
,
"url"
,
"url-prefix"
Callers
1
css.js
File · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected