MCPcopy 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

tokenBaseFunction · 0.70
tokenAttributeFunction · 0.70

Calls 1

fFunction · 0.50

Tested by

no test coverage detected