MCPcopy Index your code
hub / github.com/nwutils/nw-sample-apps / block

Function block

mini-code-edit/cm/mode/javascript/javascript.js:274–277  ·  view source on GitHub ↗
(type)

Source from the content-addressed store, hash-verified

272 };
273 }
274 function block(type) {
275 if (type == "}") return cont();
276 return pass(statement, block);
277 }
278 function vardef1(type, value) {
279 if (type == "variable"){register(value); return cont(vardef2);}
280 return cont();

Callers

nothing calls this directly

Calls 2

contFunction · 0.70
passFunction · 0.70

Tested by

no test coverage detected