MCPcopy 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

tokenBaseFunction · 0.70
tokenAttributeFunction · 0.70

Calls 1

fFunction · 0.50

Tested by

no test coverage detected