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

Function chain

static/editor.md/lib/codemirror/mode/haxe/haxe.js:39–42  ·  view source on GitHub ↗
(stream, state, f)

Source from the content-addressed store, hash-verified

37 var isOperatorChar = /[+\-*&%=<>!?|]/;
38
39 function chain(stream, state, f) {
40 state.tokenize = f;
41 return f(stream, state);
42 }
43
44 function nextUntilUnescaped(stream, end) {
45 var escaped = false, next;

Callers 1

haxeTokenBaseFunction · 0.70

Calls 1

fFunction · 0.70

Tested by

no test coverage detected