MCPcopy Create free account
hub / github.com/ronreiter/interactive-tutorials / block

Function block

static/js/codemirror/mode/javascript/javascript.js:319–322  ·  view source on GitHub ↗
(type)

Source from the content-addressed store, hash-verified

317 };
318 }
319 function block(type) {
320 if (type == "}") return cont();
321 return pass(statement, block);
322 }
323 function maybetype(type) {
324 if (type == ":") return cont(typedef);
325 return pass();

Callers

nothing calls this directly

Calls 2

contFunction · 0.70
passFunction · 0.70

Tested by

no test coverage detected