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

File php.js

mini-code-edit/cm/mode/php/php.js:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1(function() {
2 function keywords(str) {
3 var obj = {}, words = str.split(" ");
4 for (var i = 0; i < words.length; ++i) obj[words[i]] = true;

Callers

nothing calls this directly

Calls 2

heredocFunction · 0.85
keywordsFunction · 0.70

Tested by

no test coverage detected