MCPcopy Create free account
hub / github.com/ronreiter/interactive-tutorials / tokenize

Function tokenize

static/js/codemirror/mode/shell/shell.js:105–107  ·  view source on GitHub ↗
(stream, state)

Source from the content-addressed store, hash-verified

103 };
104
105 function tokenize(stream, state) {
106 return (state.tokens[0] || tokenBase) (stream, state);
107 };
108
109 return {
110 startState: function() {return {tokens:[]};},

Callers 3

tokenBaseFunction · 0.70
tokenDollarFunction · 0.70
shell.jsFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected