MCPcopy Create free account
hub / github.com/OpenEndedGroup/Field2 / tokenize

Function tokenize

lib/web/CodeMirror/mode/shell/shell.js:148–150  ·  view source on GitHub ↗
(stream, state)

Source from the content-addressed store, hash-verified

146 }
147
148 function tokenize(stream, state) {
149 return (state.tokens[0] || tokenBase) (stream, state);
150 };
151
152 return {
153 startState: function() {return {tokens:[]};},

Callers 5

tokenBaseFunction · 0.70
tokenStringFunction · 0.70
tokenStringStartFunction · 0.70
tokenDollarFunction · 0.70
shell.jsFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected