MCPcopy
hub / github.com/DHTMLX/gantt / arrowBody

Function arrowBody

samples/common/codehighlight/javascript.js:494–497  ·  view source on GitHub ↗
(type)

Source from the content-addressed store, hash-verified

492 }
493 }
494 function arrowBody(type) {
495 findFatArrow(cx.stream, cx.state);
496 return pass(type == "{" ? statement : expression);
497 }
498 function arrowBodyNoComma(type) {
499 findFatArrow(cx.stream, cx.state);
500 return pass(type == "{" ? statement : expressionNoComma);

Callers

nothing calls this directly

Calls 2

findFatArrowFunction · 0.85
passFunction · 0.85

Tested by

no test coverage detected