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

Function chain

static/editor.md/lib/codemirror/mode/tcl/tcl.js:37–40  ·  view source on GitHub ↗
(stream, state, f)

Source from the content-addressed store, hash-verified

35 var functions = parseWords("if elseif else and not or eq ne in ni for foreach while switch");
36 var isOperatorChar = /[+\-*&%=<>!?^\/\|]/;
37 function chain(stream, state, f) {
38 state.tokenize = f;
39 return f(stream, state);
40 }
41 function tokenBase(stream, state) {
42 var beforeParams = state.beforeParams;
43 state.beforeParams = false;

Callers 1

tokenBaseFunction · 0.70

Calls 1

fFunction · 0.50

Tested by

no test coverage detected