Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
tokenBase
Function · 0.70
tokenDollar
Function · 0.70
shell.js
File · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected