Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
Indexed
MCP
copy
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
tokenBase
Function · 0.70
tokenDollar
Function · 0.70
shell.js
File · 0.70
Sizzle
Function · 0.50
jquery-2.2.1.js
File · 0.50
backup
Function · 0.50
lineContinuable
Function · 0.50
commaContinuable
Function · 0.50
runSplat
Function · 0.50
Sizzle
Function · 0.50
jquery.js
File · 0.50
Calls
no outgoing calls
Tested by
no test coverage detected