Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
heredoc
Function · 0.85
keywords
Function · 0.70
Tested by
no test coverage detected