Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ronreiter/interactive-tutorials
/ chain
Function
chain
static/js/codemirror/mode/xquery/xquery.js:89–92 ·
view source on GitHub ↗
(stream, state, f)
Source
from the content-addressed store, hash-verified
87
}
88
89
function
chain(stream, state, f) {
90
state.tokenize = f;
91
return
f(stream, state);
92
}
93
94
// the primary mode tokenizer
95
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