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

Function block

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

Source from the content-addressed store, hash-verified

351 };
352 }
353 function block(type) {
354 if (type == "}") return cont();
355 return pass(statement, block);
356 }
357 function vardef1(type, value) {
358 if (type == "variable"){register(value); return cont(typeuse, vardef2);}
359 return cont();

Callers

nothing calls this directly

Calls 2

contFunction · 0.70
passFunction · 0.70

Tested by

no test coverage detected