MCPcopy
hub / github.com/pandao/editor.md / tokenize

Function tokenize

lib/codemirror/mode/shell/shell.js:123–125  ·  view source on GitHub ↗
(stream, state)

Source from the content-addressed store, hash-verified

121 };
122
123 function tokenize(stream, state) {
124 return (state.tokens[0] || tokenBase) (stream, state);
125 };
126
127 return {
128 startState: function() {return {tokens:[]};},

Callers 7

tokenBaseFunction · 0.70
tokenDollarFunction · 0.70
shell.jsFile · 0.70
backupFunction · 0.50
lineContinuableFunction · 0.50
commaContinuableFunction · 0.50
runSplatFunction · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…