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

Function chain

static/editor.md/lib/codemirror/mode/pig/pig.js:28–31  ·  view source on GitHub ↗
(stream, state, f)

Source from the content-addressed store, hash-verified

26 var isOperatorChar = /[*+\-%<>=&?:\/!|]/;
27
28 function chain(stream, state, f) {
29 state.tokenize = f;
30 return f(stream, state);
31 }
32
33 var type;
34 function ret(tp, style) {

Callers 1

tokenBaseFunction · 0.70

Calls 1

fFunction · 0.50

Tested by

no test coverage detected