MCPcopy Create free account
hub / github.com/TruthHun/BookStack / chain

Function chain

static/editor.md/lib/codemirror/mode/dylan/dylan.js:152–155  ·  view source on GitHub ↗
(stream, state, f)

Source from the content-addressed store, hash-verified

150
151
152 function chain(stream, state, f) {
153 state.tokenize = f;
154 return f(stream, state);
155 }
156
157 var type, content;
158

Callers 1

tokenBaseFunction · 0.70

Calls 1

fFunction · 0.50

Tested by

no test coverage detected