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

Function tokenize

mini-code-edit/cm/mode/shell/shell.js:90–92  ·  view source on GitHub ↗
(stream, state)

Source from the content-addressed store, hash-verified

88 };
89
90 function tokenize(stream, state) {
91 return (state.tokens[0] || tokenBase) (stream, state);
92 };
93
94 return {
95 startState: function() {return {tokens:[]}},

Callers 5

tokenBaseFunction · 0.70
tokenDollarFunction · 0.70
shell.jsFile · 0.70
SizzleFunction · 0.50
jquery.jsFile · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected