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

Function chain

static/editor.md/lib/codemirror/mode/mirc/mirc.js:86–89  ·  view source on GitHub ↗
(stream, state, f)

Source from the content-addressed store, hash-verified

84 var functions = parseWords("if elseif else and not or eq ne in ni for foreach while switch");
85 var isOperatorChar = /[+\-*&%=<>!?^\/\|]/;
86 function chain(stream, state, f) {
87 state.tokenize = f;
88 return f(stream, state);
89 }
90 function tokenBase(stream, state) {
91 var beforeParams = state.beforeParams;
92 state.beforeParams = false;

Callers 1

tokenBaseFunction · 0.70

Calls 1

fFunction · 0.50

Tested by

no test coverage detected