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

Function keywords

static/editor.md/lib/codemirror/mode/pig/pig.js:150–154  ·  view source on GitHub ↗
(str)

Source from the content-addressed store, hash-verified

148
149(function() {
150 function keywords(str) {
151 var obj = {}, words = str.split(" ");
152 for (var i = 0; i < words.length; ++i) obj[words[i]] = true;
153 return obj;
154 }
155
156 // builtin funcs taken from trunk revision 1303237
157 var pBuiltins = "ABS ACOS ARITY ASIN ATAN AVG BAGSIZE BINSTORAGE BLOOM BUILDBLOOM CBRT CEIL "

Callers 1

pig.jsFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected