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

Function f

static/editor.md/lib/codemirror/mode/haxe/haxe.js:251–255  ·  view source on GitHub ↗
(type)

Source from the content-addressed store, hash-verified

249
250 function expect(wanted) {
251 function f(type) {
252 if (type == wanted) return cont();
253 else if (wanted == ";") return pass();
254 else return cont(f);
255 };
256 return f;
257 }
258

Callers 15

chainFunction · 0.70
switchInlineFunction · 0.50
switchBlockFunction · 0.50
chainFunction · 0.50
chainFunction · 0.50
chainFunction · 0.50
chainFunction · 0.50
chainFunction · 0.50
switchStateFunction · 0.50
chainFunction · 0.50
chainFunction · 0.50
runInOpFunction · 0.50

Calls 2

contFunction · 0.70
passFunction · 0.70

Tested by

no test coverage detected