Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TruthHun/BookStack
/ chain
Function
chain
static/editor.md/lib/codemirror/mode/xquery/xquery.js:80–83 ·
view source on GitHub ↗
(stream, state, f)
Source
from the content-addressed store, hash-verified
78
}
79
80
function
chain(stream, state, f) {
81
state.tokenize = f;
82
return
f(stream, state);
83
}
84
85
// the primary mode tokenizer
86
function
tokenBase(stream, state) {
Callers
2
tokenBase
Function · 0.70
tokenAttribute
Function · 0.70
Calls
1
f
Function · 0.50
Tested by
no test coverage detected