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

Function keywords

static/js/codemirror/mode/plsql/plsql.js:123–127  ·  view source on GitHub ↗
(str)

Source from the content-addressed store, hash-verified

121
122(function() {
123 function keywords(str) {
124 var obj = {}, words = str.split(" ");
125 for (var i = 0; i < words.length; ++i) obj[words[i]] = true;
126 return obj;
127 }
128 var cKeywords = "abort accept access add all alter and any array arraylen as asc assert assign at attributes audit " +
129 "authorization avg " +
130 "base_table begin between binary_integer body boolean by " +

Callers 1

plsql.jsFile · 0.70

Calls 1

splitMethod · 0.45

Tested by

no test coverage detected