Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TruthHun/BookStack
/ toWordList
Function
toWordList
static/editor.md/lib/codemirror/mode/forth/forth.js:16–22 ·
view source on GitHub ↗
(words)
Source
from the content-addressed store, hash-verified
14
"use strict"
;
15
16
function
toWordList(words) {
17
var
ret = [];
18
words.split(
' '
).forEach(
function
(e){
19
ret.push({name: e});
20
});
21
return
ret;
22
}
23
24
var
coreWordList = toWordList(
25
'INVERT AND OR XOR\
Callers
1
forth.js
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected