MCPcopy Index your code
hub / github.com/TruthHun/BookStack / tokenize

Function tokenize

static/editor.md/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 11

tokenBaseFunction · 0.70
tokenDollarFunction · 0.70
shell.jsFile · 0.70
SizzleFunction · 0.50
jquery-2.2.1.jsFile · 0.50
backupFunction · 0.50
lineContinuableFunction · 0.50
commaContinuableFunction · 0.50
runSplatFunction · 0.50
SizzleFunction · 0.50
jquery.jsFile · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected