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

Function proceed

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

Source from the content-addressed store, hash-verified

341 }
342 function commasep(what, end) {
343 function proceed(type) {
344 if (type == ",") return cont(what, proceed);
345 if (type == end) return cont();
346 return cont(expect(end));
347 }
348 return function(type) {
349 if (type == end) return cont();
350 else return pass(what, proceed);

Callers

nothing calls this directly

Calls 2

contFunction · 0.70
expectFunction · 0.70

Tested by

no test coverage detected