MCPcopy Create free account
hub / github.com/nwutils/nw-sample-apps / keywords

Function keywords

mini-code-edit/cm/mode/plsql/plsql.js:124–128  ·  view source on GitHub ↗
(str)

Source from the content-addressed store, hash-verified

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

Callers 1

plsql.jsFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected